Skip to content

Instantly share code, notes, and snippets.

@khaliqgant
Created October 22, 2022 04:39
Show Gist options
  • Save khaliqgant/ead5b404b884e68e59cc5567d5c045ed to your computer and use it in GitHub Desktop.
Save khaliqgant/ead5b404b884e68e59cc5567d5c045ed to your computer and use it in GitHub Desktop.
[AWS CLI S3] Copy Files From Bucket To Bucket With SSE #aws #cli
aws s3 cp --sse AES256 s3://my-bucket/image/p_2/1647967203002.jpg s3://images-production/p_3/1647967203002.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment