boto3-refresh-session 1.3.1__py3-none-any.whl → 1.3.2__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/custom.py +0 -4
- {boto3_refresh_session-1.3.1.dist-info → boto3_refresh_session-1.3.2.dist-info}/METADATA +1 -1
- boto3_refresh_session-1.3.2.dist-info/RECORD +11 -0
- boto3_refresh_session-1.3.1.dist-info/RECORD +0 -11
- {boto3_refresh_session-1.3.1.dist-info → boto3_refresh_session-1.3.2.dist-info}/LICENSE +0 -0
- {boto3_refresh_session-1.3.1.dist-info → boto3_refresh_session-1.3.2.dist-info}/NOTICE +0 -0
- {boto3_refresh_session-1.3.1.dist-info → boto3_refresh_session-1.3.2.dist-info}/WHEEL +0 -0
boto3_refresh_session/custom.py
CHANGED
@@ -35,11 +35,7 @@ class CustomRefreshableSession(BaseRefreshableSession, method="custom"):
|
|
35
35
|
Examples
|
36
36
|
--------
|
37
37
|
Write (or import) the method for obtaining temporary AWS security credentials.
|
38
|
-
<<<<<<< feature/custom_get_credentials
|
39
38
|
|
40
|
-
=======
|
41
|
-
|
42
|
-
>>>>>>> main
|
43
39
|
>>> def your_custom_credential_getter(your_param, another_param):
|
44
40
|
>>> ...
|
45
41
|
>>> return {
|
@@ -0,0 +1,11 @@
|
|
1
|
+
boto3_refresh_session/__init__.py,sha256=gZg7-ebG3EqS5dwPS-2Hq96bzYS1JOK_hkgwx54dXk8,200
|
2
|
+
boto3_refresh_session/custom.py,sha256=i7jVteafmZRIqt1gLbS3VLQhAZ8yn6sp5Hj0dSH4qZk,3377
|
3
|
+
boto3_refresh_session/ecs.py,sha256=WIC5mlbcEnM1oo-QXmmtiw2mjFDn01hBfcFh67ku42A,3713
|
4
|
+
boto3_refresh_session/exceptions.py,sha256=qcFzdIuK5PZirs77H_Kb64S9QFb6cn2OJtirjvaRLiY,972
|
5
|
+
boto3_refresh_session/session.py,sha256=ak8lvgoHMObaJgL4c80ih4bptRHS3ASojnaWdbxn5kA,5246
|
6
|
+
boto3_refresh_session/sts.py,sha256=paIgbmn9a3cATNX-6AEGxnSGNZnX1pj4rRQmh8gQSKs,3132
|
7
|
+
boto3_refresh_session-1.3.2.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
|
8
|
+
boto3_refresh_session-1.3.2.dist-info/METADATA,sha256=e4fDDCOMnX0T33lboeP5OXDCidp_UpZMJXi8oWcpmDY,7898
|
9
|
+
boto3_refresh_session-1.3.2.dist-info/NOTICE,sha256=1s8r33qbl1z0YvPB942iWgvbkP94P_e8AnROr1qXXuw,939
|
10
|
+
boto3_refresh_session-1.3.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
11
|
+
boto3_refresh_session-1.3.2.dist-info/RECORD,,
|
@@ -1,11 +0,0 @@
|
|
1
|
-
boto3_refresh_session/__init__.py,sha256=tjls7dueGDXrjFujNaj_UNOdhoDMzaxsl_e-NKqk61E,200
|
2
|
-
boto3_refresh_session/custom.py,sha256=WGGrNp0jVh63-128Dve1cjb-xaY51qkejR_-SgfNzqM,3450
|
3
|
-
boto3_refresh_session/ecs.py,sha256=WIC5mlbcEnM1oo-QXmmtiw2mjFDn01hBfcFh67ku42A,3713
|
4
|
-
boto3_refresh_session/exceptions.py,sha256=qcFzdIuK5PZirs77H_Kb64S9QFb6cn2OJtirjvaRLiY,972
|
5
|
-
boto3_refresh_session/session.py,sha256=ak8lvgoHMObaJgL4c80ih4bptRHS3ASojnaWdbxn5kA,5246
|
6
|
-
boto3_refresh_session/sts.py,sha256=paIgbmn9a3cATNX-6AEGxnSGNZnX1pj4rRQmh8gQSKs,3132
|
7
|
-
boto3_refresh_session-1.3.1.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
|
8
|
-
boto3_refresh_session-1.3.1.dist-info/METADATA,sha256=Ej-ACMLDkh1_AGksNvMpEQXwFz9Y90JxA3S5GaVF1bA,7898
|
9
|
-
boto3_refresh_session-1.3.1.dist-info/NOTICE,sha256=1s8r33qbl1z0YvPB942iWgvbkP94P_e8AnROr1qXXuw,939
|
10
|
-
boto3_refresh_session-1.3.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
11
|
-
boto3_refresh_session-1.3.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|