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
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