One Man's Notes
Showing posts with label
S3
.
Show all posts
Showing posts with label
S3
.
Show all posts
Tuesday, December 8, 2015
Amazon S3 Faq
Copy a bucket
Using AWS CLI:
Test it with:
aws s3 sync --dryrun s3://from/this/bucket/ s3://to/this/bucket/
Do it with:
aws s3 sync s3://from/this/bucket/ s3://to/this/bucket/
Older Posts
Home
Subscribe to:
Posts (Atom)