requests-auth-aws-sigv4 icon indicating copy to clipboard operation
requests-auth-aws-sigv4 copied to clipboard

Use AWS signature version 4 Authentication with the python requests module

Results 6 requests-auth-aws-sigv4 issues
Sort by recently updated
recently updated
newest added

I've got a request that's getting a 403 _The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult...

Can we have a release that would include recent changes? Thank you!

Came across this library when using `mlflow.log_artifacts` with AWS_SIGV4 request signing enabled. When trying to upload the artifact with a put call, this library throws an exception saying that `_io.BufferedReader`...

If you set the `auth` of a `requests.Session` to an `AWSSigV4` object, after the token expires (e.g. 15 minutes), requests no longer succeed. The `__call__` method should check whether the...

For example, I am doing a PUT with a large binary payload (and not setting content-type explicitly because nobody cares about it). Some of the tests use a mock (`moto`),...

We're using `requests-auth-aws-sigv4` to sign requests for an Opensearch cluster. One common syntax for the api is to add `?v` to the end of a url to get a verbose...