AWS部署推送在Windows上不起作用-项目未推送

时间:2019-08-08 14:26:44

标签: amazon-web-services amazon-s3 aws-code-deploy

我是AWS代码部署的新手。 我有一个在Mac上的应用程序“ aws deploy push”可以正常运行,但是当我从Windows系统尝试相同的命令时,它将失败。

从我的appspec.yml文件所在的源文件夹中运行:

aws deploy push --application-name My-APP--s3-location s3://<bucket>/code/My-APP.zip  --ignore-hidden-files --profile default

当我在Mac上运行命令时,我已经可以推送了,因为我使用的是Windows,但现在无法使用。

运行--debug时,我总是看到相同的消息,每次都有不同的部件号

2019-08-08 17:19:55,750 - MainThread - botocore.endpoint - DEBUG -
Sending http request: <AWSPreparedRequest stream_output=False,
method=PUT,
url=https://someurl/code/My-App.zip?uploadId=someId**--&partNumber=1**,
headers={'User-Agent': b'aws-cli/1.16.210 Python/3.6.0 Windows/10
botocore/1.12.200', 'Content-MD5': b'blablabla==', 'Expect':
b'100-continue', 'X-Amz-Date': b'20190808T141955Z',
'X-Amz-Content-SHA256': b'UNSIGNED-PAYLOAD', 'Authorization':
b'AWS4-HMAC-SHA256 Credential=something_request,
SignedHeaders=content-md5;host;x-amz-content-sha256;x-amz-date,
Signature=somenumber', 'Content-Length': '6291456'}> 2019-08-08

17:19:55,752 - MainThread - urllib3.util.retry - DEBUG - Converted
retries value: False -> Retry(total=False, connect=None, read=None,
redirect=0, status=None) 2019-08-08 17:19:55,753 - MainThread -
botocore.awsrequest - DEBUG - Waiting for 100 Continue response.

2019-08-08 17:19:56,126 - MainThread - botocore.awsrequest - DEBUG -
100 Continue response seen, now sending request body.

有什么想法会导致这种情况吗?

0 个答案:

没有答案