boto3-refresh-session 1.3.20__py3-none-any.whl → 1.3.22__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.
@@ -4,7 +4,7 @@ from .session import RefreshableSession
4
4
  from .sts import STSRefreshableSession
5
5
 
6
6
  __all__ = ["RefreshableSession"]
7
- __version__ = "1.3.20"
7
+ __version__ = "1.3.22"
8
8
  __title__ = "boto3-refresh-session"
9
9
  __author__ = "Mike Letts"
10
10
  __maintainer__ = "Mike Letts"
@@ -96,8 +96,7 @@ class ECSRefreshableSession(BaseRefreshableSession, method="ecs"):
96
96
  "expiry_time": credentials.get("Expiration"), # already ISO8601
97
97
  }
98
98
 
99
- @staticmethod
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
  Metadata-Version: 2.3
2
2
  Name: boto3-refresh-session
3
- Version: 1.3.20
3
+ Version: 1.3.22
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
@@ -57,7 +57,7 @@ Description-Content-Type: text/markdown
57
57
  </a>
58
58
 
59
59
  <a href="https://pepy.tech/projects/boto3-refresh-session">
60
- <img src="https://img.shields.io/badge/downloads-76.2K-red?logo=python&color=%23FF0000&label=Downloads" alt="Downloads"/>
60
+ <img src="https://img.shields.io/badge/downloads-76.9K-red?logo=python&color=%23FF0000&label=Downloads" alt="Downloads"/>
61
61
  </a>
62
62
 
63
63
  <a href="https://michaelthomasletts.github.io/boto3-refresh-session/index.html">
@@ -92,7 +92,7 @@ Description-Content-Type: text/markdown
92
92
  - Supports custom authentication methods for complicated authentication flows
93
93
  - Natively supports all parameters supported by `boto3.session.Session`
94
94
  - [Tested](https://github.com/michaelthomasletts/boto3-refresh-session/tree/main/tests), [documented](https://michaelthomasletts.github.io/boto3-refresh-session/index.html), and [published to PyPI](https://pypi.org/project/boto3-refresh-session/)
95
- - Future releases will include support for EC2, IoT, SSO, and OIDC
95
+ - Future releases will include support for IoT (coming soon), EC2, and SSO
96
96
 
97
97
  ## Recognition and Testimonials
98
98
 
@@ -0,0 +1,11 @@
1
+ boto3_refresh_session/__init__.py,sha256=WW-YPxwblDXCjhzR9VclZPfz_g0i_YcHrAMK8JIMwOs,364
2
+ boto3_refresh_session/custom.py,sha256=wR7122COYuFkmVprORfz-mPRqH4XeTH8Uw8_2QUYWUg,3845
3
+ boto3_refresh_session/ecs.py,sha256=npuMlooixhB7qXYACsPDRx8A2xhFTrRgcAPFZK1P9i8,3727
4
+ boto3_refresh_session/exceptions.py,sha256=qcFzdIuK5PZirs77H_Kb64S9QFb6cn2OJtirjvaRLiY,972
5
+ boto3_refresh_session/session.py,sha256=TGI3-Zv52kGigw0f-mUNBkB2nqM632gCRZgY6KhZd-A,5564
6
+ boto3_refresh_session/sts.py,sha256=f9dtJMfs5bYWfZAcKuANAe0InjmNjZfKyqt5LpHFDxk,3202
7
+ boto3_refresh_session-1.3.22.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
8
+ boto3_refresh_session-1.3.22.dist-info/METADATA,sha256=kH4EJR3iEgSslxmBxmhy53q4jNKp3q9Gg6bj5PxSld0,8209
9
+ boto3_refresh_session-1.3.22.dist-info/NOTICE,sha256=1s8r33qbl1z0YvPB942iWgvbkP94P_e8AnROr1qXXuw,939
10
+ boto3_refresh_session-1.3.22.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
11
+ boto3_refresh_session-1.3.22.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- boto3_refresh_session/__init__.py,sha256=hcJrEWpnqShn1o3HKRJa5SZTYhlI0HWvyrf2vn7-keo,364
2
- boto3_refresh_session/custom.py,sha256=wR7122COYuFkmVprORfz-mPRqH4XeTH8Uw8_2QUYWUg,3845
3
- boto3_refresh_session/ecs.py,sha256=Php_ETJ-4E99ka93nXwpDa7vS3El7UCxfX0ptb6ofA4,3741
4
- boto3_refresh_session/exceptions.py,sha256=qcFzdIuK5PZirs77H_Kb64S9QFb6cn2OJtirjvaRLiY,972
5
- boto3_refresh_session/session.py,sha256=TGI3-Zv52kGigw0f-mUNBkB2nqM632gCRZgY6KhZd-A,5564
6
- boto3_refresh_session/sts.py,sha256=f9dtJMfs5bYWfZAcKuANAe0InjmNjZfKyqt5LpHFDxk,3202
7
- boto3_refresh_session-1.3.20.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
8
- boto3_refresh_session-1.3.20.dist-info/METADATA,sha256=5Usb-2s3c60c099JC1LlFB6WY3cm2fXTSzapSqR84cw,8201
9
- boto3_refresh_session-1.3.20.dist-info/NOTICE,sha256=1s8r33qbl1z0YvPB942iWgvbkP94P_e8AnROr1qXXuw,939
10
- boto3_refresh_session-1.3.20.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
11
- boto3_refresh_session-1.3.20.dist-info/RECORD,,