Upload and download whole content of bucket

0

i want to upload and download whole content of s3 bucket content using command line. is there any command ?

已提問 5 年前檢視次數 244 次
1 個回答
2

AWS sdk API will only best option for upload entire folder and repo to s3 and download entire bucket of s3 to locally.

For uploading whole folder to s3

aws s3 sync . s3://BucketName
for download whole s3 bucket locally

aws s3 sync s3://BucketName .
you can also assign path As like BucketName/Path for particular folder in s3 to download

已回答 5 年前
profile picture
專家
已審閱 1 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南