SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
9
security/py-requests-aws4auth/pkg/DESCR
Normal file
9
security/py-requests-aws4auth/pkg/DESCR
Normal file
|
@ -0,0 +1,9 @@
|
|||
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.
|
24
security/py-requests-aws4auth/pkg/PLIST
Normal file
24
security/py-requests-aws4auth/pkg/PLIST
Normal file
|
@ -0,0 +1,24 @@
|
|||
@pkgpath security/py-requests-aws4auth
|
||||
@comment lib/python${MODPY_VERSION}/site-packages/HISTORY.md
|
||||
@comment lib/python${MODPY_VERSION}/site-packages/LICENSE
|
||||
@comment lib/python${MODPY_VERSION}/site-packages/README.md
|
||||
lib/python${MODPY_VERSION}/site-packages/requests_aws4auth/
|
||||
lib/python${MODPY_VERSION}/site-packages/requests_aws4auth-${MODPY_EGG_VERSION}.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/requests_aws4auth-${MODPY_EGG_VERSION}.dist-info/LICENSE
|
||||
lib/python${MODPY_VERSION}/site-packages/requests_aws4auth-${MODPY_EGG_VERSION}.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/requests_aws4auth-${MODPY_EGG_VERSION}.dist-info/RECORD
|
||||
lib/python${MODPY_VERSION}/site-packages/requests_aws4auth-${MODPY_EGG_VERSION}.dist-info/WHEEL
|
||||
lib/python${MODPY_VERSION}/site-packages/requests_aws4auth-${MODPY_EGG_VERSION}.dist-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/requests_aws4auth/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/requests_aws4auth/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/requests_aws4auth/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/requests_aws4auth/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/requests_aws4auth/${MODPY_PYCACHE}aws4auth.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/requests_aws4auth/${MODPY_PYCACHE}aws4auth.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/requests_aws4auth/${MODPY_PYCACHE}aws4signingkey.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/requests_aws4auth/${MODPY_PYCACHE}aws4signingkey.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/requests_aws4auth/${MODPY_PYCACHE}exceptions.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/requests_aws4auth/${MODPY_PYCACHE}exceptions.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/requests_aws4auth/aws4auth.py
|
||||
lib/python${MODPY_VERSION}/site-packages/requests_aws4auth/aws4signingkey.py
|
||||
lib/python${MODPY_VERSION}/site-packages/requests_aws4auth/exceptions.py
|
Loading…
Add table
Add a link
Reference in a new issue