pghole
pghole
@DavidMuller, @ulf5 Which version of requests you are using. I am using 2.25.0 and while debugging the ```get_canonical_querystring``` function is do see some %20 in my query for space. I...
@DavidMuller Thanks. This library works very well for my s3 use-case but I was verifying the signing process with aws documentation for my understanding. Using requests is already encoding the...
@DavidMuller ^^ . Is it in accordance with the https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-auth-using-authorization-header.html where small case headers are mentioned ? Also, does the alphabetical order matter in the headers returned like "x-amz-content-sha256" should...
Can I send a fix for this ?