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

Adding support for zip64 files above 4GB #146

Merged
merged 1 commit into from
Aug 22, 2019
Merged

Conversation

jthomas
Copy link

@jthomas jthomas commented Aug 21, 2019

Fixes #145.

Used the Go zip reader code as the algorithm to follow.
https://github.com/golang/go/blob/master/src/archive/zip/reader.go#L503-L510

I've added test cases using the example zip from the Go tests. I'm also testing this locally using a 128GB zip file streaming from S3. It's working great.

@ZJONSSON
Copy link
Owner

Excellent - looks great!! Thank you @jthomas

@ZJONSSON ZJONSSON merged commit ff15278 into ZJONSSON:master Aug 22, 2019
@ZJONSSON
Copy link
Owner

Published as: + [email protected]

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

Successfully merging this pull request may close these issues.

Zip64 support?
2 participants