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

Extend ZipHandler to allow uncompressed zip file creation #60

Closed
ljucam opened this issue Jul 11, 2016 · 0 comments
Closed

Extend ZipHandler to allow uncompressed zip file creation #60

ljucam opened this issue Jul 11, 2016 · 0 comments

Comments

@ljucam
Copy link
Collaborator

ljucam commented Jul 11, 2016

Extend the ZipHandler of the ExpansionHandler to use a zip method without compression. This could be helpful, if there is a need to pack some zips together in one zip, to save PUT / GET requests.

Currently:
zip=true

New:
zip=ture (compressed)
zip=store (uncompressed)

@lbovet lbovet closed this as completed in 0a0bef6 Jul 19, 2016
lbovet added a commit that referenced this issue Jul 19, 2016
Extend ZipHandler to allow uncompressed zip file creation resolved #60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant