-
Notifications
You must be signed in to change notification settings - Fork 101
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
Invoke on cloudsearchdomain service gets SignatureDoesNotMatch error #52
Comments
Thanks for the report. Interestingly, if you leave off
So while we'd get an error if the regions weren't aligned, this particular issue is separate. |
Including |
Specifying the parameter as |
Nice find! Will look into it tonight. Thanks! |
Oh - actually, that's because it gets ignored. Back to drawing board :) |
On second thought, that may actually just make the library ignore it. I have been testing the other parameters, and most of them are okay. But |
Just an FYI - |
That sounds promising. |
Found it. Can't fix it right now, but will definitely this week (by Friday). The issue is that AWS requires the query param keys be sorted and we're sorting the key and the value together:
Thanks again for helping to hunt it down! |
Fixed on master. Will release on Friday, if not sooner. |
Steps to reproduce:
Per suggestion from @Ghadi on Slack, I added explicit
:region
values to the client calls with no effect.The text was updated successfully, but these errors were encountered: