keeps/commons-ip

Allow to disable zip compression when creating a SIP

yonnycardenas opened this issue · 2 comments

Currently the CLI makes always a zip compression and file packaging when creating a SIP, it would be great to have the ability to disable it. Saving the SIP to flat directory allows to use other compression options or tools such as TAR.

This also applies to those cases where you use commons-ip as a java library. I would like to be able to choose between no packaging, ZIP packaging and TAR packaging. But as a start, the option to choose no packaging is most important to me.

A new CLI option was added to choose the write strategy to be used: ZIP or Folder. The default option is ZIP.