Using Unix Wildcards With Aws S3 (aws Cli)
Currently AWS CLI doesn’t provide support for UNIX wildcards in a command’s “path” argument. However, it is quite easy to replicate this functionality using the --exclude and --include parameters available on several aws s3 commands. The wildcards av...
Sep 17, 20212 min read591
