-
Notifications
You must be signed in to change notification settings - Fork 63
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
Function amz_cano_querystring() does not work correctly. #45
Comments
If it helps, I resolved this issue by using the following extension. I can probably make a PR with these changes some time soon ... I tested this pretty thoroughly with all kinds of crazy query string characters, but the more eyes on it the better.
|
feel free to PR it 👍 , it's okay to drop py2 support too. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found problem about oder of canonicail querystring.
It is not sorted correctly
Expected behavior
Querystring keys consist of format, key-type and key.
After sorted, querystring keys should be format, key, key-type.
(key must sorted before key-type).
I think you need to rewrite the sort method.
The text was updated successfully, but these errors were encountered: