Skip to content

Instantly share code, notes, and snippets.

@ikbear
Forked from alanwill/s3-bucket-move
Created August 23, 2019 02:24
Show Gist options
  • Save ikbear/a7b0785674c9169740a0bf5dcaf2b82c to your computer and use it in GitHub Desktop.
Save ikbear/a7b0785674c9169740a0bf5dcaf2b82c 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment