thenickdude / snap-to-s3

Upload EBS volume snapshots to Amazon S3/Glacier
Other
114 stars 24 forks source link

Support S3 Server-Side-Encryption #1

Closed jhmartin closed 7 years ago

jhmartin commented 7 years ago

Please consider supporting S3 ServerSideEncryption, minimally the AES256 mode and possibly the KMS mode: http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#createMultipartUpload-property particularly the ServerSideEncryption and SSEKMSID properties.

thenickdude commented 7 years ago

I've now added support for AES256 and aws:kms, which appears to work for me. Please let me know if this works for you.