Created
January 13, 2015 07:51
-
-
Save maimai-swap/dd4b6580280ca085c83a to your computer and use it in GitHub Desktop.
S3 cp stream 標準出力
This file contains hidden or 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
aws s3 cp s3://bucket/key - | \ | |
bzip2 --best | \ | |
aws s3 cp - s3://bucket/key.bz2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment