Retrieve my data / Beginner

0

Started to use AWS a few years back; uploaded some of my data. It's the only place I have this data. Have not used this service for years- need my data back. Cannot find how to get my data back (all I can do is download 1 file at a time. Think it is all in S3? Any assistance is appreciated.

1 個回答
1

Hi There If you need to download a lot of files from S3, you can use the CLI on your local machine

  1. Install the CLI (See https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html)
  2. Run the aws s3 sync command. This will download all of the files in the s3 bucket to your local machine.
    Example aws s3 sync s3://mybucket c:\myfolder
profile pictureAWS
專家
Matt-B
已回答 2 年前
profile pictureAWS
專家
Chris_G
已審閱 2 年前

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

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

回答問題指南