Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to upload file in the demo page #3

Open
akocmark opened this issue Jun 23, 2015 · 2 comments
Open

unable to upload file in the demo page #3

akocmark opened this issue Jun 23, 2015 · 2 comments

Comments

@akocmark
Copy link

Hi!
I tried the demo page but i am unable to upload files directly to my s3 bucket. Here's what I got

<Error><Code>InvalidRequest</Code><Message>The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.</Message><RequestId>478B319062870F45</RequestId><HostId>3P+XrvsgxcinuABC0snhgi/WaZzF/BTS7SYCoivtRragTjM3tAS/fHEv0RWEx8pZEcQbxCpJMBY=</HostId></Error>
@umakusumuru
Copy link

@cheynewallace can u please answer the above issue?

@IMfenil
Copy link

IMfenil commented Apr 5, 2017

Its due to the Signature V2 introduced by AWS for the new regions. To resolve this issue you need to create a policy with the signature.

http://stackoverflow.com/questions/26533245/the-authorization-mechanism-you-have-provided-is-not-supported-please-use-aws4

http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html

http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html

This above URL might help you out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants