requests_aws4auth-1.3.1

AWS v4 authentication for py-requests

Index | security

Description

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.

Homepage: https://github.com/tedder/requests-aws4auth

Run Dependencies