Download an entire S3 bucket

0 votes
Can someone help me with the process of downloading an entire S3 bucket? I was thinking about making the root folder public, using wget to grab it all, and then making it private again
Mar 12, 2019 in AWS by Ramya Mantri
569 views

1 answer to this question.

0 votes

You can use s3cmd to download your bucket.

s3cmd --configure
s3cmd sync s3://bucketnamehere/folder /destination/folder
answered Mar 12, 2019 by Reena

Related Questions In AWS

+3 votes
2 answers

How to download an entire bucket from S3 to local folder?

You can simply download your S3 bucket ...READ MORE

answered Dec 11, 2018 in AWS by Priyaj
• 58,090 points
11,426 views
0 votes
1 answer
0 votes
1 answer

How do I create folder under an Amazon S3 bucket through PHP API?

Of Course, it is possible to create ...READ MORE

answered Apr 24, 2018 in AWS by anonymous
11,120 views
0 votes
1 answer

I am trying to launch an ec2 instance using aws-cli and i want to copy my code from a s3 bucket.

It might be throwing an error on ...READ MORE

answered Aug 7, 2018 in AWS by Priyaj
• 58,090 points
2,703 views