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

Query parameters currently must be passed in alphabetical order #2

Closed
lucasweb78 opened this issue Jul 14, 2016 · 1 comment
Closed
Assignees
Milestone

Comments

@lucasweb78
Copy link
Owner

The AWS Canonical Request requires the query parameters to be sorted as per below:

Sort the parameter names by character code in ascending order (ASCII order)

Currently the signer does not do this and relies on them being passed in, in the correct order. The signer should be enhanced to handle query parameters in an order and to sort them correctly.

@lucasweb78 lucasweb78 added this to the 1.2 milestone Jul 16, 2016
@lucasweb78 lucasweb78 self-assigned this Jul 16, 2016
@yrodiere
Copy link
Contributor

This is addressed in #4.

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

2 participants