Can I Downloading all S3 objects

0

Is there anyway to download all files/object from an S3 bucket?

已提问 2 年前255 查看次数
1 回答
1

Not sure what the use case is and how many objects etc. are there. Having said that, one option aws s3 sync can help.

Reference : https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/sync.html

Syncs directories and S3 prefixes. Recursively copies new and updated files from the source directory to the destination. Only creates folders in the destination if they contain one or more files.

profile pictureAWS
专家
已回答 2 年前
profile pictureAWS
专家
已审核 2 年前
  • I had some issues with S3 today and my business was down more than 6h. I am looking on moving all my current objects/files over to different service. Was looking for a way to transfer al these files over.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则