Skip to content

Instantly share code, notes, and snippets.

@seahrh
Created March 31, 2021 01:38
Show Gist options
  • Save seahrh/f52c9dcf937a139fd71db7c42dd4cf68 to your computer and use it in GitHub Desktop.
Save seahrh/f52c9dcf937a139fd71db7c42dd4cf68 to your computer and use it in GitHub Desktop.
aws s3 copy wildcard matching
aws s3 cp s3://mybucket/models/ models/ --recursive --exclude "*" --include "*effnetb3-20210330-150641*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment