boto3-refresh-session 1.3.20__tar.gz → 1.3.21__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-1.3.20 → boto3_refresh_session-1.3.21}/PKG-INFO +1 -1
- {boto3_refresh_session-1.3.20 → boto3_refresh_session-1.3.21}/boto3_refresh_session/__init__.py +1 -1
- {boto3_refresh_session-1.3.20 → boto3_refresh_session-1.3.21}/boto3_refresh_session/ecs.py +1 -2
- {boto3_refresh_session-1.3.20 → boto3_refresh_session-1.3.21}/pyproject.toml +1 -1
- {boto3_refresh_session-1.3.20 → boto3_refresh_session-1.3.21}/LICENSE +0 -0
- {boto3_refresh_session-1.3.20 → boto3_refresh_session-1.3.21}/NOTICE +0 -0
- {boto3_refresh_session-1.3.20 → boto3_refresh_session-1.3.21}/README.md +0 -0
- {boto3_refresh_session-1.3.20 → boto3_refresh_session-1.3.21}/boto3_refresh_session/custom.py +0 -0
- {boto3_refresh_session-1.3.20 → boto3_refresh_session-1.3.21}/boto3_refresh_session/exceptions.py +0 -0
- {boto3_refresh_session-1.3.20 → boto3_refresh_session-1.3.21}/boto3_refresh_session/session.py +0 -0
- {boto3_refresh_session-1.3.20 → boto3_refresh_session-1.3.21}/boto3_refresh_session/sts.py +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.21
|
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
|
@@ -96,8 +96,7 @@ class ECSRefreshableSession(BaseRefreshableSession, method="ecs"):
|
|
96
96
|
"expiry_time": credentials.get("Expiration"), # already ISO8601
|
97
97
|
}
|
98
98
|
|
99
|
-
|
100
|
-
def get_identity() -> dict[str, str]:
|
99
|
+
def get_identity(self) -> dict[str, str]:
|
101
100
|
"""Returns metadata about ECS.
|
102
101
|
|
103
102
|
Returns
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "boto3-refresh-session"
|
3
|
-
version = "1.3.
|
3
|
+
version = "1.3.21"
|
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-1.3.20 → boto3_refresh_session-1.3.21}/boto3_refresh_session/custom.py
RENAMED
File without changes
|
{boto3_refresh_session-1.3.20 → boto3_refresh_session-1.3.21}/boto3_refresh_session/exceptions.py
RENAMED
File without changes
|
{boto3_refresh_session-1.3.20 → boto3_refresh_session-1.3.21}/boto3_refresh_session/session.py
RENAMED
File without changes
|
File without changes
|