How can I convert the following command and use s3cmd instead?
aws s3 sync ./test s3://test --content-encoding "gzip" --content-type "text/html" --cache-control "max-age=0, no-cache" --exclude "*" --include "index.html" --profile stage
I want to set the content-encoding, cache-control, content-type, include and exclude tags and profile as I did above.