Amazon web services 如何使用s3cmd转换AWS同步命令

Amazon web services 如何使用s3cmd转换AWS同步命令,amazon-web-services,s3cmd,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 我想像上面那样设置内容编码、缓存控制、内容类型、包括和排除标记和配置文件。s3cmd有一个sync命令:。它不符合您的

如何转换以下命令并使用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

我想像上面那样设置内容编码、缓存控制、内容类型、包括和排除标记和配置文件。

s3cmd有一个sync命令:。它不符合您的要求吗?它不允许我设置内容编码、缓存控制、排除和包含参数