Closed ahmethakanbesel closed 5 months ago
Closes #704
Replaced
tar -cf - file.bin | s5cmd pipe s3://bucket/file.bin.tar
with
gzip -c file | s5cmd pipe s3://bucket/file.gz
Why?
Closes #704
Replaced
with
Why?