Skip to content

Instantly share code, notes, and snippets.

@cmourouvin
Created February 23, 2018 09:26
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 cmourouvin/e7c472706ca572011a1f6a120cfe2801 to your computer and use it in GitHub Desktop.
Save cmourouvin/e7c472706ca572011a1f6a120cfe2801 to your computer and use it in GitHub Desktop.
aws_s3_copy_file_with_wilcard
aws s3 cp s3://bucket/source/ s3://bucket/destination/ --recursive --exclude "*" --include "MYWILCARD_*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment