-
Notifications
You must be signed in to change notification settings - Fork 22
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
putItem() yields invalid signature when character '!' is present in value #12
Comments
I believe this would be fixed by this pull request on the aws-lib library. I have a similar issue with other characters. |
Yep. Someone made a pull request to another fork of aws-lib too: https://github.com/mirkok/aws-lib/pull/1 What other characters are you having trouble with? |
oops, sorry. I meant to say I had a similar issue. @mirkok fixed it with my pull request several months ago (livelycode/aws-lib@c8030cc). guess i missed this character. thanks guys. |
Hi Guys - yes this looks like an aws-lib signing issue similar to the previous one. |
Can the fix be brought into the main code base? I just installed the module and ran into this problem -- took me quite a while to single out the cause. |
@arturadib, @crcastle adding you as a contrib, see https://github.com/rvagg/node-levelup/blob/master/CONTRIBUTING.md |
The following code makes Amazon respond with HTTP 403 and error code "SignatureDoesNotMatch":
When I remove the exclamation mark from the item no error is returned.
The text was updated successfully, but these errors were encountered: