Digital Marketing

How To Use Aws S3 Cp Wildcards To Copy Files In AWS CLI

If you don't use exclude and/or include, you might encounter: Unknown options error.
The following works:
aws s3 cp . s3://your-s3-bucket --recursive --exclude "*" --include "*.rpm"

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database