-
-
Save ikbear/91f878d1c9019cc278e5f3595b387fe9 to your computer and use it in GitHub Desktop.
Move an S3 bucket to a different region
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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