Is it possible to copy all files from one S3 bucket to another with s3cmd?

前端 未结 11 1753
陌清茗
陌清茗 2020-12-12 12:30

I\'m pretty happy with s3cmd, but there is one issue: How to copy all files from one S3 bucket to another? Is it even possible?

EDIT: I\'ve found a way to copy files

11条回答
  •  一个人的身影
    2020-12-12 13:27

    You can also use s3funnel which uses multi-threading:

    https://github.com/neelakanta/s3funnel

    example (without the access key or secret key parameters shown):

    s3funnel source-bucket-name list | s3funnel dest-bucket-name copy --source-bucket source-bucket-name --threads=10

提交回复
热议问题