boto3-refresh-session 1.3.17__py3-none-any.whl → 1.3.18__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.3.17.dist-info → boto3_refresh_session-1.3.18.dist-info}/METADATA +5 -1
- {boto3_refresh_session-1.3.17.dist-info → boto3_refresh_session-1.3.18.dist-info}/RECORD +6 -6
- {boto3_refresh_session-1.3.17.dist-info → boto3_refresh_session-1.3.18.dist-info}/LICENSE +0 -0
- {boto3_refresh_session-1.3.17.dist-info → boto3_refresh_session-1.3.18.dist-info}/NOTICE +0 -0
- {boto3_refresh_session-1.3.17.dist-info → boto3_refresh_session-1.3.18.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: boto3-refresh-session
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.18
|
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
|
@@ -118,6 +118,8 @@ pip install boto3-refresh-session
|
|
118
118
|
|
119
119
|
## Usage (STS)
|
120
120
|
|
121
|
+
Most users use AWS STS to assume an IAM role and return a set of temporary security credentials. boto3-refresh-session can be used to ensure those temporary credentials refresh automatically.
|
122
|
+
|
121
123
|
```python
|
122
124
|
import boto3_refresh_session as brs
|
123
125
|
|
@@ -152,6 +154,8 @@ session = brs.RefreshableSession(
|
|
152
154
|
|
153
155
|
## Usage (ECS)
|
154
156
|
|
157
|
+
You can use boto3-refresh-session in an ECS container to automatically refresh temporary security credentials.
|
158
|
+
|
155
159
|
```python
|
156
160
|
session = RefreshableSession(
|
157
161
|
method="ecs",
|
@@ -1,11 +1,11 @@
|
|
1
|
-
boto3_refresh_session/__init__.py,sha256=
|
1
|
+
boto3_refresh_session/__init__.py,sha256=W9zruekrLBvjzIyUaIC3ybJRmsQTdfXr7kS5IAwwPNU,364
|
2
2
|
boto3_refresh_session/custom.py,sha256=wR7122COYuFkmVprORfz-mPRqH4XeTH8Uw8_2QUYWUg,3845
|
3
3
|
boto3_refresh_session/ecs.py,sha256=Php_ETJ-4E99ka93nXwpDa7vS3El7UCxfX0ptb6ofA4,3741
|
4
4
|
boto3_refresh_session/exceptions.py,sha256=qcFzdIuK5PZirs77H_Kb64S9QFb6cn2OJtirjvaRLiY,972
|
5
5
|
boto3_refresh_session/session.py,sha256=TGI3-Zv52kGigw0f-mUNBkB2nqM632gCRZgY6KhZd-A,5564
|
6
6
|
boto3_refresh_session/sts.py,sha256=f9dtJMfs5bYWfZAcKuANAe0InjmNjZfKyqt5LpHFDxk,3202
|
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.18.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
|
8
|
+
boto3_refresh_session-1.3.18.dist-info/METADATA,sha256=__Rg3ZoT_HS7GDNaJnZPqKvVAPFjSrOKy2Ehw0lqMOc,8109
|
9
|
+
boto3_refresh_session-1.3.18.dist-info/NOTICE,sha256=1s8r33qbl1z0YvPB942iWgvbkP94P_e8AnROr1qXXuw,939
|
10
|
+
boto3_refresh_session-1.3.18.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
11
|
+
boto3_refresh_session-1.3.18.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|