blob: 118e78996256b5f66fe5805f74bf0b1dbd4f1b62 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
requests-aws4auth is Amazon Web Services version 4 authentication for the Python
Requests library.
Features:
- Requests authentication for all AWS services that support AWS auth v4
- Independent signing key objects
- Automatic regeneration of keys when scope date boundary is passed
- Support for STS temporary credentials
Implements header-based authentication, GET URL parameter and POST parameter
authentication are not supported.
|