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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인