API Reference ex_aws_s3_crypto v#3.2.0

View Source

Modules

ExAws.S3.Crypto provides client-side encryption support for Amazon S3. It allows you to encrypt data before sending it to S3. This particular implementation currently supports a AWS KMS-managed customer master key and assumes you have one already generated.

This module wraps the logic necessary to encrypt / decrypt using AES GCM.

Utility module to wrap calls to ExAws.KMS to generate / decrypt data keys.