【发布时间】:2018-06-15 20:04:34
【问题描述】:
我在 windows cmd 中使用 AWS-CLI 并运行 AWS s3 同步命令,但它不适用于 --recursive,它显示未知选项:--recursive
aws s3 sync --recursive localpath s3://bucket-name
python --version python 3.6.5
aws --version aws-cli/1.15.38 Python/2.7.9 Windows/2012Server botocore/1.10.38
请帮忙
【问题讨论】:
-
可能是因为没有
--recursive参数,考虑到documentation
标签: windows amazon-web-services powershell amazon-s3 cmd