From 38b5bec203270395b4059725f7f41e803fe9da67 Mon Sep 17 00:00:00 2001 From: Alex Suraci Date: Tue, 23 Aug 2016 11:31:59 -0700 Subject: [PATCH] document encryption options --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dd24cdf..47909175 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,14 @@ version numbers. * `endpoint`: *Optional.* Custom endpoint for using S3 compatible provider. -* `disable_ssl`: *Optional.* Disable SSL for the endpoint, useful for S3 compatible providers without SSL. +* `disable_ssl`: *Optional.* Disable SSL for the endpoint, useful for S3 + compatible providers without SSL. + +* `server_side_encryption`: *Optional.* An encryption algorithm to use when + storing objects in S3. + +* `sse_kms_key_id`: *Optional.* The ID of the AWS KMS master encryption key + used for the object. ### File Names