WS eb init missing equal
I ran and configure the key and the rest with aws configure
But when I run eb init
I got the error
ERROR: 'init/20160618/us-west-2/elasticbeanstalk/aws4_request' not a valid key=value pair (missing equal-sign) in Authorization header: 'AWS4-HMAC-SHA256 Credential=eb init/20160618/us-west-2/elasticbeanstalk/aws4_request, SignedHeaders=host;x-amz-date, Signature=95e3...56e4'.
Awsebcli
and Python
should be set up correctly with version EB CLI 3.7.6 (Python 2.7.1)
. Can someone help me figure out why?
您必须删除或编辑名为.aws的occult目录下的文件配置 ,该目录通常位于C:/ User / {Your user} /。aws或unix / User / {您的用户} .aws
链接地址: http://www.djcxy.com/p/39040.html上一篇: 方法调用以获得预先签名的网址给出不一致的结果(S3)
下一篇: WS eb init缺少平等