Created
June 23, 2015 23:26
-
-
Save fivetentaylor/9595d55a434c326bfd16 to your computer and use it in GitHub Desktop.
Streaming unzip of s3 resource back into s3
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
aws s3 cp s3://<bucket_name>/<resource>.gz - | pv | zcat | aws s3 cp - s3://<bucket_name>/<resource> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment