Back

Explore Courses Blog Tutorials Interview Questions
+1 vote
2 views
in AWS by (47.6k points)

I want to download a folder from AWS S3. Please suggest me a method for it.

1 Answer

0 votes
by (106k points)

You can download files from S3 either by using cp or sync command on AWS CLI.

aws s3 cp s3://bucketname/dir local directory --recursive

(use --recursive in case of any error)

 aws s3 sync s3://bucketname/dir local directory

Related questions

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer

Browse Categories

...