Lab 4-2: S3 SSE - Client Provided Keys
Last updated
Install the openssl windows binary. Then cd to the bin directory in that folder.
.\openssl version
s3 buckets are s3://bucket_name/folder(if needed)/filename
Screenshot of terminal output of successful CLI upload of file using your client key

Screenshot of terminal output of successful CLI download of file using your client key

Last updated
.\openssl enc -aes-128-cbc -k secret -Paws s3 cp source destination