Replies: 2 comments
|
This looks like the equivalent for httpx: https://github.com/Colin-b/httpx_auth#aws-signature-v4 Please use discussions for these kinds of questions. |
0 replies
Thank you. sorry for raising here. will use discussions. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm looking for solution for async version of AWS4Auth from "requests_aws4auth" package. any suggestions on same if I want to replace "from requests.auth import AuthBase" with async version from httpx?
All reactions