s3cmd
s3cmd copied to clipboard
add support of aws server-side encryption with customer-provided keys
Add support of aws server-side encryption with customer-provided encryption keys https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html
We can use option --server-side-encryption-customer-key=CUSTOMER_KEY to use SSE-C when putting objects or get the SSE-C object.
Sorry that I have not replied earlier, but interesting/needed feature. I will have a look at merging that.
Will this get merged?