peak / s5cmd

Parallel S3 and local filesystem execution tool.
MIT License
2.71k stars 239 forks source link

command/pipe: update `pipe` file compression example #708

Closed ahmethakanbesel closed 5 months ago

ahmethakanbesel commented 8 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?