Streaming zip object from S3 bucket #662

Closed
opened 2026-01-29 22:15:28 +00:00 by claunia · 2 comments
Owner

Originally created by @Lewis-Teoh on GitHub (Sep 18, 2024).

How to stream a zip object from S3 bucket and validate the entries of the zip file (zip folder structure) on the fly?

Originally created by @Lewis-Teoh on GitHub (Sep 18, 2024). How to stream a zip object from S3 bucket and validate the entries of the zip file (zip folder structure) on the fly?
Author
Owner

@adamhathcock commented on GitHub (Sep 23, 2024):

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)

@adamhathcock commented on GitHub (Sep 23, 2024): 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)
Author
Owner

@Nanook commented on GitHub (Jul 24, 2025):

Closing due to inactivity. S3 can stream, ZipReader can read streams for most zips...

@Nanook commented on GitHub (Jul 24, 2025): Closing due to inactivity. S3 can stream, ZipReader can read streams for most zips...
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#662