-
Notifications
You must be signed in to change notification settings - Fork 285
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
Support for signature version 4 #254
Comments
Oh, nice find. It would be really great to get a pull request for this. |
Any news on this? |
I need this! Regarding a pull request, since I don't know the internals, can someone give me some hints where to start looking in the code? |
I'm working on a patch to fix this issue using aws4. |
+1 waiting for fix. Thanks!:) |
+1 that would be great :) |
+1 |
same here, would be super great! thanks |
+1 |
4 similar comments
+1 |
+1 |
👍 |
+1 |
Any progress on this? |
same ship ... |
well it seems this whole stuff works with aws-sdk and I can connect and put object to S3 in eu-central-1. |
oh come on :( |
+1 |
6 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
Sigh |
+1 |
+1 |
+1 |
+1 Same ship. |
+1 |
+1 Still nothing. |
Since the effort of @shfx has never made it into knox as it seems. And the documentation to derive the key is given here http://docs.aws.amazon.com/general/latest/gr/signature-v4-examples.html#signature-v4-examples-jscript Can someone point me to the places in code that need the signature implementation ? also +1 |
+1 |
Any update on this issue? (putBuffer & pufFile are not working) |
Is any solution for this? |
It seems that knox doesn't support signature v4 (http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html). On Frankfurt data center (eu-central-1), it is required, and I can't get knox to work with it. Trying to get a list of files in bucket results following error:
'The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.'
Here is the sample code:
The text was updated successfully, but these errors were encountered: