Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (5.6k points)
I have a directory with 5000 small files on S3, so is there any possible way to zip up the entire directory and store them as a zip file on S3?

1 Answer

0 votes
by (12.4k points)

There is nothing like a "directory" in S3, there are only objects and paths. You can get a "directory-like" listing. If you want to download them serially, S3 supports 1000s of simultaneous connections to the same object without breaking the sweat. For this you need to run benchmarks to see how many connections are good as many connections from one box might get throttled by S3 also you need to do some TCP tuning.

You can join the AWS Certification Course offered by Intellipaat to learn in-depth.

You can also check out the below YouTube video for learning about S3.

Related questions

Want to get 50% Hike on your Salary?

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

0 votes
1 answer
asked Jul 23, 2019 in AWS by yuvraj (19.1k points)
0 votes
1 answer

Browse Categories

...