How can I download my entire website from AWS S3?

0

How can I download my whole website from AWS S3? I think that I know what is going wrong with my website updates. For some reason, when I transfer files to my AWS S3 folder, it is not copying the files but moving the files to AWS and removing them from my computer.

My website on AWS is working 100% but the backup/original files on my computer are broken now.

已提问 1 年前279 查看次数
1 回答
1
已接受的回答

The most straightforward method is to use aws s3 sync s3://[your_bucket]/ [local_directory]

The also has the advantage that in subsequent runs it will only copy files that are new or have changed since the previous time it was run.

profile picture
专家
Steve_M
已回答 1 年前

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

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

回答问题的准则