Micropackage that changes boto3 to return the standard service endpoints
Project description
awsserviceendpoints
Micropackage that changes boto3
to return the standard service endpoints
This package will replace the legacy AWS endpoints for all services with the modern endpoints. Boto3 (really, botocore) is still using the legacy endpoints for some services (most notably SQS) in order to support Python 2.6/2.7. This is unnecessary for Python 3 (and some Python 2.7) users, and causes problems with other libraries (and VPC endpoints) that have moved to the new service endpoints.
Note that this will only enable the modern endpoints if ssl.HAS_SNI
returns
True
.
To use, simply ensure that this library is imported prior to boto3
being
imported.
import awsserviceendpoints
import boto3
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file awsserviceendpoints-0.0.2.tar.gz
.
File metadata
- Download URL: awsserviceendpoints-0.0.2.tar.gz
- Upload date:
- Size: 19.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e6c7227b3ea94492eafb9346cf12bb38cf8cbe2f0d3c3589fe14d8476770768 |
|
MD5 | 6b6700ee5892ca7369a4bd6b360a9d62 |
|
BLAKE2b-256 | 785b0e15cc84c441f70b47ffa74abd47e3f8eb5432ff528ed19cc5df472529ff |
File details
Details for the file awsserviceendpoints-0.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: awsserviceendpoints-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 19.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95bf4410e21f8b69a752114dc2491f973696dffdd8d1501cfc7667bb824d3b2b |
|
MD5 | a3032c206848e7ba4aebb89691df6faf |
|
BLAKE2b-256 | 12262c7006500444424410da8d2eb445dc20155fcc6b1e1420a17876cba9ebf3 |