maichong/archiver-promise

Breaks support for in-memory compression

Opened this issue · 1 comments

Archiver has nice support for compressing files solely in memory. This is needed if the application runs on a read-only FS (for example AWS lambda), by always opening a file.

Fixed in #4.