DanielHindi / aws-s3-zipper

takes an amazon s3 bucket folder and zips it for streaming or serializes to a file
119 stars 74 forks source link

Does this stream to Fragments for download? #45

Open davidtonkindiffgrav opened 3 years ago

davidtonkindiffgrav commented 3 years ago

This might just be me not understanding the documentation, but which one the functions can I use to Stream lots of files into multiple zip files to download FROM the s3.... just like how google drive does it when you download multiple files...

I have tried zipToFileFragments but it just puts zip files on my server and the client does not receive the file... So is this the right function? Or does the Stream only give 1 large file?

I was hoping that zipToFileFragments was just the Fragment version of "streamZipDataTo"

I just need some clarification/help to get this working