amazon s3 - Using boto (v1) how can I copy_key with SSE-S3 encryption? -


i've used copy_key copy file encrypted sse-s3, copying unencrypts file reason. how ensure gets copied sse-s3?

enter image description here

when server side encryption used amazon s3, data encrypted @ rest. means data encrypted before stored disk , decrypted when read disk. never see encrypted version of object.

if want copy object copy_key() , have destination object encrypted, set storage_class reduced_redundancy.


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -