Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streaming zip object from S3 bucket #872

Open
Lewis-Teoh opened this issue Sep 18, 2024 · 1 comment
Open

Streaming zip object from S3 bucket #872

Lewis-Teoh opened this issue Sep 18, 2024 · 1 comment

Comments

@Lewis-Teoh
Copy link

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

@adamhathcock
Copy link
Owner

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants