boto3-refresh-session 1.0.34__py3-none-any.whl → 1.0.36__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.0.34.dist-info → boto3_refresh_session-1.0.36.dist-info}/METADATA +3 -7
- boto3_refresh_session-1.0.36.dist-info/RECORD +7 -0
- boto3_refresh_session-1.0.34.dist-info/RECORD +0 -7
- {boto3_refresh_session-1.0.34.dist-info → boto3_refresh_session-1.0.36.dist-info}/LICENSE +0 -0
- {boto3_refresh_session-1.0.34.dist-info → boto3_refresh_session-1.0.36.dist-info}/NOTICE +0 -0
- {boto3_refresh_session-1.0.34.dist-info → boto3_refresh_session-1.0.36.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: boto3-refresh-session
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.36
|
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
|
@@ -64,20 +64,16 @@ Description-Content-Type: text/markdown
|
|
64
64
|
</a>
|
65
65
|
|
66
66
|
<a href="https://michaelthomasletts.github.io/boto3-refresh-session/qanda.html">
|
67
|
-
<img src="https://img.shields.io/badge/Q%26A
|
67
|
+
<img src="https://img.shields.io/badge/Q%26A-❔-FF0000?style=flat&labelColor=555&logo=vercel" alt="Q&A Badge"/>
|
68
68
|
</a>
|
69
69
|
|
70
|
-
<<<<<<< HEAD
|
71
70
|
</div>
|
72
71
|
|
73
72
|
## Features
|
74
|
-
=======
|
75
|
-
## Links
|
76
|
-
>>>>>>> 99cccbb7b40cf444acdf7867555042c72dec2ee2
|
77
73
|
|
78
74
|
- Auto-refreshing credentials for long-lived `boto3` sessions
|
79
75
|
- Drop-in replacement for `boto3.session.Session`
|
80
|
-
- Supports `assume_role` configuration, custom STS clients, and profile/region configuration, as well as all other parameters supported by `boto3.session.Session`
|
76
|
+
- Supports `assume_role` configuration, custom STS clients, and profile / region configuration, as well as all other parameters supported by `boto3.session.Session`
|
81
77
|
- Tested, documented, and published to PyPI
|
82
78
|
- Used in production at major tech companies
|
83
79
|
|
@@ -0,0 +1,7 @@
|
|
1
|
+
boto3_refresh_session/__init__.py,sha256=WGwUI6m0hFjXzTL0PwB9X7KK1rx1l-o9fE0IX40mv5I,158
|
2
|
+
boto3_refresh_session/session.py,sha256=jDSjEHIZkGvMEOKzCtcOT7j41rOOoR_tei_dffS0Cww,5887
|
3
|
+
boto3_refresh_session-1.0.36.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
|
4
|
+
boto3_refresh_session-1.0.36.dist-info/METADATA,sha256=r6Ns0Voo3H1Hp8LH2GxSP9to_4uOrClhLcoqSE9tqNE,6797
|
5
|
+
boto3_refresh_session-1.0.36.dist-info/NOTICE,sha256=1s8r33qbl1z0YvPB942iWgvbkP94P_e8AnROr1qXXuw,939
|
6
|
+
boto3_refresh_session-1.0.36.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
7
|
+
boto3_refresh_session-1.0.36.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
boto3_refresh_session/__init__.py,sha256=IQUoxaK37fIiFaGr7QnVWQEoFlZxJWuod0uoo_XtdRY,158
|
2
|
-
boto3_refresh_session/session.py,sha256=jDSjEHIZkGvMEOKzCtcOT7j41rOOoR_tei_dffS0Cww,5887
|
3
|
-
boto3_refresh_session-1.0.34.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
|
4
|
-
boto3_refresh_session-1.0.34.dist-info/METADATA,sha256=Aa9BWJjZbWS1ack8U7Dn-BIS-4A8sakbRbz1v9IjPlM,6874
|
5
|
-
boto3_refresh_session-1.0.34.dist-info/NOTICE,sha256=1s8r33qbl1z0YvPB942iWgvbkP94P_e8AnROr1qXXuw,939
|
6
|
-
boto3_refresh_session-1.0.34.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
7
|
-
boto3_refresh_session-1.0.34.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|