You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there seemst to be an authorization problem.
{statusCode: 400, body: "{"__type":"IncompleteSignatureException","message"…91a8460b6ca684b75f7897569136f9df99dc694ca80f4'."}", headers: {…}, request: {…}}
body
:
"{"__type":"IncompleteSignatureException","message":"'myaccesskey/20181128/eu-central-1/cloud9/aws4_request' not a valid key=value pair (missing equal-sign) in Authorization header: 'AWS4-HMAC-SHA256 Credential= myaccesskey/20181128/eu-central-1/cloud9/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=mysecret."}"
headers
:
simply copied access key and secret directly ffrom aws console, so what's missing?
The text was updated successfully, but these errors were encountered:
Could you check there is no extra spaces etc. when pasting your access/secret keys into the Settings area? This error can occur with bad characters or whitespace.
there seemst to be an authorization problem.
{statusCode: 400, body: "{"__type":"IncompleteSignatureException","message"…91a8460b6ca684b75f7897569136f9df99dc694ca80f4'."}", headers: {…}, request: {…}}
body
:
"{"__type":"IncompleteSignatureException","message":"'myaccesskey/20181128/eu-central-1/cloud9/aws4_request' not a valid key=value pair (missing equal-sign) in Authorization header: 'AWS4-HMAC-SHA256 Credential= myaccesskey/20181128/eu-central-1/cloud9/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=mysecret."}"
headers
:
simply copied access key and secret directly ffrom aws console, so what's missing?
The text was updated successfully, but these errors were encountered: