boto3-refresh-session 1.2.0__py3-none-any.whl → 1.2.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- boto3_refresh_session/__init__.py +1 -1
- {boto3_refresh_session-1.2.0.dist-info → boto3_refresh_session-1.2.1.dist-info}/METADATA +5 -3
- {boto3_refresh_session-1.2.0.dist-info → boto3_refresh_session-1.2.1.dist-info}/RECORD +6 -6
- {boto3_refresh_session-1.2.0.dist-info → boto3_refresh_session-1.2.1.dist-info}/LICENSE +0 -0
- {boto3_refresh_session-1.2.0.dist-info → boto3_refresh_session-1.2.1.dist-info}/NOTICE +0 -0
- {boto3_refresh_session-1.2.0.dist-info → boto3_refresh_session-1.2.1.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: boto3-refresh-session
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.1
|
4
4
|
Summary: A simple Python package for refreshing the temporary security credentials in a boto3.session.Session object automatically.
|
5
5
|
License: MIT
|
6
6
|
Keywords: boto3,botocore,aws
|
@@ -56,7 +56,7 @@ Description-Content-Type: text/markdown
|
|
56
56
|
</a>
|
57
57
|
|
58
58
|
<a href="https://pepy.tech/project/boto3-refresh-session">
|
59
|
-
<img src="https://img.shields.io/badge/downloads-59.
|
59
|
+
<img src="https://img.shields.io/badge/downloads-59.8K-red?logo=python&color=%23FF0000&label=Downloads" alt="Downloads"/>
|
60
60
|
</a>
|
61
61
|
|
62
62
|
<a href="https://michaelthomasletts.github.io/boto3-refresh-session/index.html">
|
@@ -75,8 +75,10 @@ Description-Content-Type: text/markdown
|
|
75
75
|
|
76
76
|
## Features
|
77
77
|
|
78
|
-
- Auto-refreshing credentials for long-lived `boto3` sessions
|
79
78
|
- Drop-in replacement for `boto3.session.Session`
|
79
|
+
- Supports automatic credential refresh methods for the following AWS services:
|
80
|
+
- STS
|
81
|
+
- ECS
|
80
82
|
- Supports automatic refresh methods for STS and ECS
|
81
83
|
- Supports `assume_role` configuration, custom STS clients, and profile / region configuration, as well as all other parameters supported by `boto3.session.Session`
|
82
84
|
- Tested, documented, and published to PyPI
|
@@ -1,10 +1,10 @@
|
|
1
|
-
boto3_refresh_session/__init__.py,sha256=
|
1
|
+
boto3_refresh_session/__init__.py,sha256=At4I8ZrsoPUS1qrSJskmBH5be3KbEarJEU2gLIn09EA,200
|
2
2
|
boto3_refresh_session/ecs.py,sha256=WIC5mlbcEnM1oo-QXmmtiw2mjFDn01hBfcFh67ku42A,3713
|
3
3
|
boto3_refresh_session/exceptions.py,sha256=qcFzdIuK5PZirs77H_Kb64S9QFb6cn2OJtirjvaRLiY,972
|
4
4
|
boto3_refresh_session/session.py,sha256=MtaTVdAy-Yx7x_x9SUJ0FlQs0w_8D3kHjvOS8C3bK2E,5226
|
5
5
|
boto3_refresh_session/sts.py,sha256=paIgbmn9a3cATNX-6AEGxnSGNZnX1pj4rRQmh8gQSKs,3132
|
6
|
-
boto3_refresh_session-1.2.
|
7
|
-
boto3_refresh_session-1.2.
|
8
|
-
boto3_refresh_session-1.2.
|
9
|
-
boto3_refresh_session-1.2.
|
10
|
-
boto3_refresh_session-1.2.
|
6
|
+
boto3_refresh_session-1.2.1.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
|
7
|
+
boto3_refresh_session-1.2.1.dist-info/METADATA,sha256=4phyvLaGKUlG0ANHYiw5BHtihZU5EbBr-BXK3GsRFA8,7620
|
8
|
+
boto3_refresh_session-1.2.1.dist-info/NOTICE,sha256=1s8r33qbl1z0YvPB942iWgvbkP94P_e8AnROr1qXXuw,939
|
9
|
+
boto3_refresh_session-1.2.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
10
|
+
boto3_refresh_session-1.2.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|