Faster s3 bucket duplication

前端 未结 7 931
傲寒
傲寒 2020-12-22 18:14

I have been trying to find a better command line tool for duplicating buckets than s3cmd. s3cmd can duplicate buckets without having to download and upload eac

7条回答
  •  春和景丽
    2020-12-22 19:06

    If you don't mind using the AWS console, you can:

    1. Select all of the files/folders in the first bucket
    2. Click Actions > Copy
    3. Create a new bucket and select it
    4. Click Actions > Paste

    It's still fairly slow, but you can leave it alone and let it do its thing.

提交回复
热议问题