Skip to content

Instantly share code, notes, and snippets.

@alanwill
Created December 5, 2015 20:27
Show Gist options
  • Star 21 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save alanwill/31c3232049eeaae14b23 to your computer and use it in GitHub Desktop.
Save alanwill/31c3232049eeaae14b23 to your computer and use it in GitHub Desktop.
Move an S3 bucket to a different region
aws s3 sync s3://oldbucket s3://newbucket --source-region us-west-1 --region us-west-2
@drnic
Copy link

drnic commented Jan 15, 2021

Remember to copy over any CORS permissions etc too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment