Skip to content

Commit

Permalink
readme: update pipe file compression example
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmethakanbesel committed Mar 3, 2024
1 parent c1c7ee3 commit cb0bf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -268,7 +268,7 @@ You can upload remote objects by piping stdin to `s5cmd`:

Or you can compress the data before uploading:

tar -cf - file.bin | s5cmd pipe s3://bucket/file.bin.tar
gzip -c file | s5cmd pipe s3://bucket/file.gz

#### Delete an S3 object

Expand Down

0 comments on commit cb0bf2d

Please sign in to comment.