shevchenkos / DynamoDbBackUp

46 stars 23 forks source link

Support S3 buckets with KMS encryption #57

Closed kabo closed 6 years ago

kabo commented 6 years ago

I suggest adding a config item S3Encryption that defaults to AES256. If one needs, one can put aws:kms there instead.

Then here https://github.com/shevchenkos/DynamoDbBackUp/blob/master/lib/bin/dbRecord.js#L48 use this.S3Encryption.

shevchenkos commented 6 years ago

@kabo, merged and published. Thanks for contribution.