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

proposal: archive/zip: #50673

Closed
ram46 opened this issue Jan 18, 2022 · 2 comments
Closed

proposal: archive/zip: #50673

ram46 opened this issue Jan 18, 2022 · 2 comments

Comments

@ram46
Copy link

ram46 commented Jan 18, 2022

Problem:

  • Can't find the zip file size while adding files to the zip - no archive file size attribute in the object
  • Can't append new files to an existing zip file after it is closed - zipper.Close(). Example Python offers opening a closed zip file and append files to it.

Proposal:

  • Include the append feature to the archive/zip feature.
@ram46 ram46 added the Proposal label Jan 18, 2022
@gopherbot gopherbot added this to the Proposal milestone Jan 18, 2022
@seankhliao
Copy link
Member

Duplicate of #15626

@seankhliao seankhliao marked this as a duplicate of #15626 Jan 18, 2022
@ram46
Copy link
Author

ram46 commented Feb 14, 2022

Is there a way to apply max zip size limit then?

@golang golang locked and limited conversation to collaborators Feb 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants