boto3-refresh-session 5.1.3__tar.gz → 5.1.4__tar.gz
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-5.1.3 → boto3_refresh_session-5.1.4}/PKG-INFO +1 -1
- {boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/boto3_refresh_session/__init__.py +1 -1
- {boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/boto3_refresh_session/methods/iot/x509.py +6 -0
- {boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/pyproject.toml +1 -1
- {boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/LICENSE +0 -0
- {boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/NOTICE +0 -0
- {boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/README.md +0 -0
- {boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/boto3_refresh_session/exceptions.py +0 -0
- {boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/boto3_refresh_session/methods/__init__.py +0 -0
- {boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/boto3_refresh_session/methods/custom.py +0 -0
- {boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/boto3_refresh_session/methods/iot/__init__.py +0 -0
- {boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/boto3_refresh_session/methods/iot/core.py +0 -0
- {boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/boto3_refresh_session/methods/sts.py +0 -0
- {boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/boto3_refresh_session/session.py +0 -0
- {boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/boto3_refresh_session/utils/__init__.py +0 -0
- {boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/boto3_refresh_session/utils/internal.py +0 -0
- {boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/boto3_refresh_session/utils/typing.py +0 -0
@@ -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
|
@@ -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
|
[project]
|
2
2
|
name = "boto3-refresh-session"
|
3
|
-
version = "5.1.
|
3
|
+
version = "5.1.4"
|
4
4
|
description = "A simple Python package for refreshing the temporary security credentials in a boto3.session.Session object automatically."
|
5
5
|
authors = [
|
6
6
|
{name = "Mike Letts",email = "lettsmt@gmail.com"}
|
File without changes
|
File without changes
|
File without changes
|
{boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/boto3_refresh_session/exceptions.py
RENAMED
File without changes
|
File without changes
|
{boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/boto3_refresh_session/methods/custom.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/boto3_refresh_session/methods/sts.py
RENAMED
File without changes
|
{boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/boto3_refresh_session/session.py
RENAMED
File without changes
|
{boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/boto3_refresh_session/utils/__init__.py
RENAMED
File without changes
|
{boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/boto3_refresh_session/utils/internal.py
RENAMED
File without changes
|
{boto3_refresh_session-5.1.3 → boto3_refresh_session-5.1.4}/boto3_refresh_session/utils/typing.py
RENAMED
File without changes
|