Created
June 19, 2019 01:11
-
-
Save stevenvo/ed711c70042aa2bf14732cb446d6aa50 to your computer and use it in GitHub Desktop.
Download file from S3 - Recursive, include/exclude patterns
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> <local_folder>/ --recursive --exclude "*" --include "*201906*json" --include "*201906*pColdStart*" --exclude "*baseline*" --exclude "*candidate*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment