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:
committed by
Nick Craig-Wood
parent
d3dd672640
commit
6e35a3b3ce
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user