aws-tools icon indicating copy to clipboard operation
aws-tools copied to clipboard

For eu-central-1 Buckets AWS forces you to use AWS4-HMAC-SHA256 authorization

Open rentrop opened this issue 9 years ago • 3 comments

When creating an URL for eu-central-1 i receive the following error

<Error>
   <Code>InvalidRequest</Code>
   <Message>
      The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.
   </Message>
   ...
</Error>

How can i fix this?

rentrop avatar Oct 08 '15 16:10 rentrop

hmm... let me look into this after my full-time job.

gdbtek avatar Oct 08 '15 16:10 gdbtek

Thx. I think the explanation on how to do it can be found here: http://docs.aws.amazon.com/general/latest/gr/sigv4-create-string-to-sign.html but unfortunately i do not know how to implement it...

rentrop avatar Oct 08 '15 16:10 rentrop

I also get the same error in region of singapore and seoul.

fjoj avatar Jul 29 '20 09:07 fjoj