Downloading an entire S3 bucket?

前端 未结 30 1368
天命终不由人
天命终不由人 2020-11-29 14:10

I noticed that there doesn\'t seem to be an option to download an entire S3 bucket from the AWS Management Console.

Is there an easy way to grab everything in one of

30条回答
  •  攒了一身酷
    2020-11-29 15:02

    You may simple get it with s3cmd command:

    s3cmd get --recursive --continue s3://test-bucket local-directory/
    

提交回复
热议问题