Skip to content

Instantly share code, notes, and snippets.

@dulacp
Created August 1, 2015 12:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dulacp/a7ac28ec467c6001e5a8 to your computer and use it in GitHub Desktop.
Save dulacp/a7ac28ec467c6001e5a8 to your computer and use it in GitHub Desktop.
Synchronize two AWS buckets
aws s3 sync s3://source-bucket s3://destination-bucket --acl=bucket-owner-full-control --source-region <region> --region <destination-region>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment