-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
command/pipe: update
pipe
file compression example (#708)
Closes #704 Replaced ```bash tar -cf - file.bin | s5cmd pipe s3://bucket/file.bin.tar ``` with ```bash gzip -c file | s5cmd pipe s3://bucket/file.gz ``` Why? - Less flags, less confusing - To be consistent with the other examples
- Loading branch information
1 parent
c1c7ee3
commit c13b860
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters