Project

General

Profile

Actions

Feature #22076

open

keep-web can create a zipfile on the fly of a collection

Added by Peter Amstutz about 2 months ago. Updated 6 days ago.

Status:
New
Priority:
Normal
Assigned To:
-
Category:
Keep
Target version:
Story points:
-
Actions #2

Updated by Stephen Smith about 2 months ago

Here is a potentially useful streaming zip library: https://github.com/scosman/zipstreamer

Actions #3

Updated by Peter Amstutz about 2 months ago

In fact, the heavy lifting seems to be all in the "archive/zip" standard library module:

https://pkg.go.dev/archive/zip

The standard module even has feature that walks an entire "FS" object and packs all the files -- perfect for packing up a whole collection.

So zipstreamer might not actually add anything we need.

Actions #4

Updated by Peter Amstutz 6 days ago

  • Target version changed from Future to Development 2024-12-04
Actions

Also available in: Atom PDF