Skip to content

Instantly share code, notes, and snippets.

@maimai-swap
Created January 13, 2015 07:51
Show Gist options
  • Save maimai-swap/dd4b6580280ca085c83a to your computer and use it in GitHub Desktop.
Save maimai-swap/dd4b6580280ca085c83a to your computer and use it in GitHub Desktop.
S3 cp stream 標準出力
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