Compression format for archive output.
"gzip"- Compress with gziptrue- Same as"gzip"false- Explicitly disable compression (no compression)undefined- No compression (default behavior when omitted)
Both false and undefined result in no compression; false can be used to explicitly indicate "no compression" in code where the intent should be clear.