docker-s3-volume icon indicating copy to clipboard operation
docker-s3-volume copied to clipboard

Support for ServerSide Encryption Flag

Open dodgemich opened this issue 7 years ago • 2 comments

For security purposes, use of the server side encryption flag would be very handy as another option to pass in. Wasn't sure on preferred mode of injection, but seems like a simple change.

http://docs.aws.amazon.com/cli/latest/reference/s3/sync.html

[--sse ] [--sse-c ] [--sse-c-key ] [--sse-kms-key-id ] [--sse-c-copy-source ] [--sse-c-copy-source-key ]

dodgemich avatar Jul 27 '17 02:07 dodgemich

@dodgemich, I would like to see a PR for that.

fabiob avatar Mar 22 '18 04:03 fabiob

I believe the S3_SYNC_FLAGS environment variable would be able to accomplish this (inline reference).

lstellway avatar Mar 18 '22 15:03 lstellway