Skip to content

Instantly share code, notes, and snippets.

@stevenvo
Created June 19, 2019 01:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenvo/ed711c70042aa2bf14732cb446d6aa50 to your computer and use it in GitHub Desktop.
Save stevenvo/ed711c70042aa2bf14732cb446d6aa50 to your computer and use it in GitHub Desktop.
Download file from S3 - Recursive, include/exclude patterns
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