Skip to content

Commit

Permalink
document encryption options
Browse files Browse the repository at this point in the history
  • Loading branch information
vito committed Aug 23, 2016
1 parent e5079e5 commit 38b5bec
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 38b5bec

Please sign in to comment.