mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
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
13 lines
622 B
Python
13 lines
622 B
Python
--- setup.py.orig 2016-02-07 23:17:13 UTC
|
|
+++ setup.py
|
|
@@ -45,9 +45,7 @@ setup(
|
|
license='MIT License',
|
|
keywords='requests authentication amazon web services aws s3 REST',
|
|
install_requires=['requests'],
|
|
- package_data={'requests_aws4auth': ['test/requests_aws4auth_test.py',
|
|
- '../README.rst', '../LICENSE',
|
|
- '../NOTICE', '../HISTORY.rst']},
|
|
+ package_data={'requests_aws4auth': ['test/requests_aws4auth_test.py']},
|
|
classifiers=[
|
|
'Development Status :: 3 - Alpha',
|
|
'Intended Audience :: Developers',
|