-
-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Custom AWS (requests) Authentication #716
Comments
I am willing to contribute to this... |
Custom authentication here means special HTTP headers sent with the request? Or something more sophisticated? |
Whatever the request module allows in the auth parameter when executing |
On the other hand... |
That's fine, it is already a required dependency.
The docs say:
So I guess this means you get a tuple like |
..and i read your request again -- in this case, you probably would like to have a way of adding all the AWS settings and then pass the |
One way to do it would be to subclass
|
I would like create a custom hook that sets custom authentication that is compatible request module.
For context...
I thought this would be useful when I was doing AWS v4 signing using the aws_request_auth module.
The text was updated successfully, but these errors were encountered: