AWS (just recently) released a command line interface for copying between buckets.
$ aws s3 sync s3://mybucket-src s3://mybucket-target --exclude *.tmp
..
This will copy from one target bucket to another bucket.
See the documentation here : S3 CLI Documentation
No comments:
Post a Comment