S3 bin files download in retool by selecting few rows

I am trying to search a database from an AWS RDS system. The Lambda function filters the data and displays it in a Retool table via API Gateway.

Additionally, I want to download S3 bin files. Currently, I can download one bin file at a time, but I need a feature that allows selecting and downloading multiple files (e.g., selecting 5 out of 10).

I’m unsure if this is achievable. Please let me know if it’s possible.

Hello @Sajiya!

Check out this forum post on downloading multiple files from S3!

Another option would be to get the unique URL for each AWS S3 file you want to download.

I don't think it would be possible to download some kind of bundle of multiple bin files at once.

But you can either batch a download to each file you want via URL or use the external library detailed in the forum post I linked above.

Hope this helps!