1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-06 18:43:50 +00:00

Add AES256 server-side encryption for s3 - Fixes #491

Add a configuration key and support for AES256 server-side encryption.
This commit is contained in:
Justin R. Wilson
2016-06-14 15:22:54 -05:00
committed by Nick Craig-Wood
parent d3dd672640
commit 6e35a3b3ce
2 changed files with 22 additions and 0 deletions

View File

@@ -121,6 +121,13 @@ Choose a number from below, or type in your own value
9 / South America (Sao Paulo) Region.
\ "sa-east-1"
location_constraint> 1
The server-side encryption algorithm used when storing this object in S3.
Choose a number from below, or type in your own value
1 / None
\ ""
2 / AES256
\ "AES256"
server_side_encryption>
Remote config
--------------------
[remote]