DavidMuller/aws-requests-auth

integration with aiohttp

ConstantinoSchillebeeckxSimpleRose opened this issue · 2 comments

I'm switching some of my HTTP calls from requests to aiohttp which uses BasicAuth - is there any way of using this library with aiohttp?

This package targets requests specifically - indeed AWSRequestsAuth inherits from requests.auth.AuthBase. No current public interfaces that work with other packages

Alrighty thanks!

BTW the link to the requests package in the README is bad.