Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the params arg to AWSAuthConnection.make_request
Adding the params to the uri arg will cause the sigv4 signer to create the wrong canonical string. By explicitly passing the params as a separate arg, the sigv4 signer can do the right thing. Previously this would cause signature errors.
- Loading branch information