boto3-refresh-session 5.1.3__py3-none-any.whl → 5.1.4__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/methods/iot/x509.py +6 -0
- {boto3_refresh_session-5.1.3.dist-info → boto3_refresh_session-5.1.4.dist-info}/METADATA +1 -1
- {boto3_refresh_session-5.1.3.dist-info → boto3_refresh_session-5.1.4.dist-info}/RECORD +7 -7
- {boto3_refresh_session-5.1.3.dist-info → boto3_refresh_session-5.1.4.dist-info}/LICENSE +0 -0
- {boto3_refresh_session-5.1.3.dist-info → boto3_refresh_session-5.1.4.dist-info}/NOTICE +0 -0
- {boto3_refresh_session-5.1.3.dist-info → boto3_refresh_session-5.1.4.dist-info}/WHEEL +0 -0
@@ -85,6 +85,12 @@ class IOTX509RefreshableSession(
|
|
85
85
|
The logging level for the AWS CRT library, e.g.
|
86
86
|
``awscrt.LogLevel.INFO``. Default is None.
|
87
87
|
|
88
|
+
Other Parameters
|
89
|
+
----------------
|
90
|
+
kwargs : dict, optional
|
91
|
+
Optional keyword arguments for the :class:`boto3.session.Session`
|
92
|
+
object.
|
93
|
+
|
88
94
|
Notes
|
89
95
|
-----
|
90
96
|
Gavin Adams at AWS was a major influence on this implementation.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: boto3-refresh-session
|
3
|
-
Version: 5.1.
|
3
|
+
Version: 5.1.4
|
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,credentials,token,refresh,iot,x509,mqtt
|
@@ -1,17 +1,17 @@
|
|
1
|
-
boto3_refresh_session/__init__.py,sha256=
|
1
|
+
boto3_refresh_session/__init__.py,sha256=3_RcKKPpjrgA1FROjtE9ASDX3RamBQK-HJSPhpn9nF4,415
|
2
2
|
boto3_refresh_session/exceptions.py,sha256=QS5_xy3hNrfkdT_wKPZWH8WqSbFYCKPcK8DomGYIvcU,1218
|
3
3
|
boto3_refresh_session/methods/__init__.py,sha256=FpwWixSVpy_6pUe1u4fXmjO-_fDH--qTk_xrMnBCHxU,193
|
4
4
|
boto3_refresh_session/methods/custom.py,sha256=MLdUMU9s6NQoJWBKQ5Fsxeyxb_Xrm9V59pVX22M8fyI,4178
|
5
5
|
boto3_refresh_session/methods/iot/__init__.py,sha256=wIYp7HFZ_Q8XEHwWmpKjDNXxBm29C0RisP_9GSVwzZI,147
|
6
6
|
boto3_refresh_session/methods/iot/core.py,sha256=xtvbC23h6fw06lRZWN4r7TlnUEf3t9T7-zSPGCSlSLI,1151
|
7
|
-
boto3_refresh_session/methods/iot/x509.py,sha256=
|
7
|
+
boto3_refresh_session/methods/iot/x509.py,sha256=u72Ju7tINlohUdoLgjlLGfUaQ2talCckEdprH8RBEjo,20073
|
8
8
|
boto3_refresh_session/methods/sts.py,sha256=NGqJFJNLjG9Mve7o19tb_i6lvgQW1HoALIqF6lJNV9A,3336
|
9
9
|
boto3_refresh_session/session.py,sha256=UM_dWHSo0Wn8gLN99zg36SRVb-Yy_to1wk8UgZEuQZA,2086
|
10
10
|
boto3_refresh_session/utils/__init__.py,sha256=6F2ErbgBT2ZmZwFF3OzvQEd1Vh4XM3kaL6YGMTrcrkQ,156
|
11
11
|
boto3_refresh_session/utils/internal.py,sha256=HbuIzT0pC8QS4pgNj3M7POGaW-OEz2l3ESfYI1Qouuo,7072
|
12
12
|
boto3_refresh_session/utils/typing.py,sha256=YbnVYPe-ZEr79THp78u74PzF6LOIxpf91yGsvBmhEBM,3532
|
13
|
-
boto3_refresh_session-5.1.
|
14
|
-
boto3_refresh_session-5.1.
|
15
|
-
boto3_refresh_session-5.1.
|
16
|
-
boto3_refresh_session-5.1.
|
17
|
-
boto3_refresh_session-5.1.
|
13
|
+
boto3_refresh_session-5.1.4.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
|
14
|
+
boto3_refresh_session-5.1.4.dist-info/METADATA,sha256=qlpE3DJIwtrPn6vDWtYcSWnFEqQGPNfaP0tLf_EeTR4,15084
|
15
|
+
boto3_refresh_session-5.1.4.dist-info/NOTICE,sha256=1s8r33qbl1z0YvPB942iWgvbkP94P_e8AnROr1qXXuw,939
|
16
|
+
boto3_refresh_session-5.1.4.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
17
|
+
boto3_refresh_session-5.1.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|