Download a specific folder and all subfolders recursively from s3 - aws cli

0 votes
Can I download a specific file and all subfolders recursively from an s3 bucket recursively? What is the command for it? Thanks in advance!
Aug 23, 2019 in AWS by Harsha
5,461 views

1 answer to this question.

0 votes

Use the recursive function for this purpose:

$ aws s3 cp s3://bucket/folder/ . --recursive
answered Aug 23, 2019 by Alia

Related Questions In AWS

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

How to download the latest file in a S3 bucket using AWS CLI?

You can use the below command $ aws ...READ MORE

answered Sep 6, 2018 in AWS by Archana
• 4,170 points
18,896 views
+2 votes
3 answers

AWS S3 - Listing all objects inside a folder without the prefix

For Scala developers, here it is recursive ...READ MORE

answered Sep 20, 2018 in AWS by Priyaj
• 58,090 points
47,877 views
0 votes
1 answer
0 votes
2 answers
+1 vote
2 answers
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP