Created
March 31, 2021 01:38
-
-
Save seahrh/f52c9dcf937a139fd71db7c42dd4cf68 to your computer and use it in GitHub Desktop.
aws s3 copy wildcard matching
This file contains hidden or 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://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