Question

How to download multiple files at once from do spaces?

I set up @aws-sdk/client-s3 client and I can download only one file at once but I need to download multiple files at once, How can I do this? Thanks


Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Eyy @igorbondarenko,

AWS doesn’t provide the default multi-files download. If you want download multiple files from AWS-S3 youd should create a custom script for this task.

If you are using Javascript I have found a very interesting article AWS SDK with Javascript: Multi-Files Download from S3 that uses the custom service to support multi-files download function.

Hope that helps you,

Sergio Turpín