amazonka-s3-encryption-2.0: Amazon Simple Storage Service SDK - Client-Side Encryption.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka.com>
Stabilityprovisional
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.S3.Encryption.Encrypt

Description

 
Synopsis

Documentation

encrypted :: (MonadResource m, ToEncrypted a) => Key -> Env -> a -> m (Encrypted a, PutInstructions) Source #

Note about how it doesn't attach metadata by default. You can re-set the location and then discard the PutInstructions request.

proxy :: forall a. Proxy (Encrypted a) -> Proxy a Source #