Open Lewis-Teoh opened 2 months ago
How to stream a zip object from S3 bucket and validate the entries of the zip file (zip folder structure) on the fly?
ZipReader passed the stream....don't buffer. This is only if the zip file has streamed entries. Otherwise, you'll have to find the dictionary and download S3 in pieces (which I think is possible)
How to stream a zip object from S3 bucket and validate the entries of the zip file (zip folder structure) on the fly?