标签: amazon-web-services s3cmd
如何转换以下命令并改用s3cmd?
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
我想像上面那样设置内容编码,缓存控制,内容类型,包含和排除标记和配置文件。