I want to download a file from an encypted bucket in s3. The bucket is encrypted using AES256. I am using the following command
s3cmd --access_key=<access_key> --secret_key=<secret_key> get <s3_key_location> <target_loc>.
I read the s3 usage. It did not help much.
How do I specify the option that I want to download the file after decryption from s3?
Also since the bucket is encrypted, this command creates a dummy file with the same name as the key present in the s3 location having a size 0 in the target location.
One important thing to note here is that I am using boto to run the s3cmd
commands.
s3cmd version 1.5.2