freebsd-ports/www/py-requests-aws4auth/pkg-descr
Sunpoet Po-Chuan Hsieh 3101a30eda Add py-requests-aws4auth 0.9
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.

WWW: https://github.com/sam-washington/requests-aws4auth
2019-03-04 17:57:22 +00:00

13 lines
494 B
Text

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.
WWW: https://github.com/sam-washington/requests-aws4auth