iann0036/cloud9-sync

authorization problem: IncompleteSignatureException

mauermbq opened this issue · 1 comments

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?

Hi there,

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.