boto3-refresh-session 1.3.13__py3-none-any.whl → 1.3.14__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 +2 -1
- {boto3_refresh_session-1.3.13.dist-info → boto3_refresh_session-1.3.14.dist-info}/METADATA +7 -2
- {boto3_refresh_session-1.3.13.dist-info → boto3_refresh_session-1.3.14.dist-info}/RECORD +6 -6
- {boto3_refresh_session-1.3.13.dist-info → boto3_refresh_session-1.3.14.dist-info}/LICENSE +0 -0
- {boto3_refresh_session-1.3.13.dist-info → boto3_refresh_session-1.3.14.dist-info}/NOTICE +0 -0
- {boto3_refresh_session-1.3.13.dist-info → boto3_refresh_session-1.3.14.dist-info}/WHEEL +0 -0
@@ -4,7 +4,8 @@ from .session import RefreshableSession
|
|
4
4
|
from .sts import STSRefreshableSession
|
5
5
|
|
6
6
|
__all__ = ["RefreshableSession"]
|
7
|
-
__version__ = "1.3.
|
7
|
+
__version__ = "1.3.14"
|
8
|
+
__title__ = "boto3-refresh-session"
|
8
9
|
__author__ = "Mike Letts"
|
9
10
|
__maintainer__ = "Mike Letts"
|
10
11
|
__license__ = "MIT"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: boto3-refresh-session
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.14
|
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,sts,ecs,credentials,token,refresh
|
@@ -78,7 +78,12 @@ Description-Content-Type: text/markdown
|
|
78
78
|
|
79
79
|
<a href="https://medium.com/@lettsmt/you-shouldnt-have-to-think-about-refreshing-aws-credentials-214f7cbbd83b">
|
80
80
|
<img src="https://img.shields.io/badge/Medium%20Article-📘-FF0000?style=flat&labelColor=555&logo=readthedocs" alt="Medium Article"/>
|
81
|
-
</a>
|
81
|
+
</a>
|
82
|
+
|
83
|
+
<a href="https://github.com/sponsors/michaelthomasletts">
|
84
|
+
<img src="https://img.shields.io/badge/Sponsor%20this%20Project-💙-FF0000?style=flat&labelColor=555&logo=githubsponsors" alt="Sponsorship"/>
|
85
|
+
</a>
|
86
|
+
|
82
87
|
|
83
88
|
</div>
|
84
89
|
|
@@ -1,11 +1,11 @@
|
|
1
|
-
boto3_refresh_session/__init__.py,sha256=
|
1
|
+
boto3_refresh_session/__init__.py,sha256=qSjarWJetA_IkabLoWIJbYTOuiNVwPON7tdngne5Pk0,364
|
2
2
|
boto3_refresh_session/custom.py,sha256=L3kQ_6e-lmIGgm1GHLngOqJOzeS-oDFoVCPTkva0-PA,3760
|
3
3
|
boto3_refresh_session/ecs.py,sha256=WIC5mlbcEnM1oo-QXmmtiw2mjFDn01hBfcFh67ku42A,3713
|
4
4
|
boto3_refresh_session/exceptions.py,sha256=qcFzdIuK5PZirs77H_Kb64S9QFb6cn2OJtirjvaRLiY,972
|
5
5
|
boto3_refresh_session/session.py,sha256=u1gSsYH3OpcbIurMS2nstPbQtOO-S9GZsuk_yhjEqAI,5304
|
6
6
|
boto3_refresh_session/sts.py,sha256=paIgbmn9a3cATNX-6AEGxnSGNZnX1pj4rRQmh8gQSKs,3132
|
7
|
-
boto3_refresh_session-1.3.
|
8
|
-
boto3_refresh_session-1.3.
|
9
|
-
boto3_refresh_session-1.3.
|
10
|
-
boto3_refresh_session-1.3.
|
11
|
-
boto3_refresh_session-1.3.
|
7
|
+
boto3_refresh_session-1.3.14.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
|
8
|
+
boto3_refresh_session-1.3.14.dist-info/METADATA,sha256=4vO31xWnFxIFhpQ4UPGMM1P_ymRPmtsHYaUJs9EoWzM,7804
|
9
|
+
boto3_refresh_session-1.3.14.dist-info/NOTICE,sha256=1s8r33qbl1z0YvPB942iWgvbkP94P_e8AnROr1qXXuw,939
|
10
|
+
boto3_refresh_session-1.3.14.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
11
|
+
boto3_refresh_session-1.3.14.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|