Request
Hi Team
We have a service which publishes logs to s3 in zstd compressed format. This is necessary to reduce the data transfer cost from our service host to s3. Can we enable CLP archival compression on zstd compressed files too.
Our files are compressed using compression level 9 in zstd.
Possible implementation
As discussed over call with Kirk, CLP can first internally decompress the file in its memory before compressing it again.
Request
Hi Team
We have a service which publishes logs to s3 in zstd compressed format. This is necessary to reduce the data transfer cost from our service host to s3. Can we enable CLP archival compression on zstd compressed files too.
Our files are compressed using compression level 9 in zstd.
Possible implementation
As discussed over call with Kirk, CLP can first internally decompress the file in its memory before compressing it again.