boto3-refresh-session 1.0.19__py3-none-any.whl → 1.0.21__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-1.0.19.dist-info → boto3_refresh_session-1.0.21.dist-info}/METADATA +11 -5
- boto3_refresh_session-1.0.21.dist-info/RECORD +6 -0
- boto3_refresh_session-1.0.19.dist-info/RECORD +0 -6
- {boto3_refresh_session-1.0.19.dist-info → boto3_refresh_session-1.0.21.dist-info}/LICENSE +0 -0
- {boto3_refresh_session-1.0.19.dist-info → boto3_refresh_session-1.0.21.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: boto3-refresh-session
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.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
|
@@ -22,14 +22,16 @@ Project-URL: Repository, https://github.com/michaelthomasletts/boto3-refresh-ses
|
|
22
22
|
Description-Content-Type: text/markdown
|
23
23
|
|
24
24
|
# boto3-refresh-session
|
25
|
-
|
25
|
+
|
26
|
+

|
26
27
|
[](https://github.com/michaelthomasletts/boto3-refresh-session/actions/workflows/push.yml)
|
27
28
|

|
28
29
|

|
29
|
-

|
30
|
+
[](https://pepy.tech/projects/boto3-refresh-session)
|
31
31
|
|
32
|
-
|
32
|
+
<p align="center">
|
33
|
+
<img src="https://raw.githubusercontent.com/michaelthomasletts/boto3-refresh-session/refs/heads/main/doc/brs.png" />
|
34
|
+
</p>
|
33
35
|
|
34
36
|
A simple Python package for refreshing the temporary security credentials in a `boto3.session.Session` object automatically.
|
35
37
|
|
@@ -39,6 +41,10 @@ A simple Python package for refreshing the temporary security credentials in a `
|
|
39
41
|
- [Contributing](https://michaelthomasletts.github.io/boto3-refresh-session/contributing.html)
|
40
42
|
- [Authorization](https://michaelthomasletts.github.io/boto3-refresh-session/authorization.html)
|
41
43
|
|
44
|
+
### Testimonials
|
45
|
+
|
46
|
+
_"Most of my work is on tooling related to AWS security, so I'm pretty choosy about boto3 credentials-adjacent code. I often opt to just write this sort of thing myself so I at least know that I can reason about it. But I found boto3-refresh-session to be very clean and intuitive . . . we're using the RefreshableSession class as part of a client cache construct . . . we're using AWS Lambda to perform lots of operations across several regions in hundreds of accounts, over and over again, all day every day. And it turns out that there's a surprising amount of overhead to creating boto3 clients (mostly deserializing service definition json), so we can run MUCH more efficiently if we keep a cache of clients, all equipped with automatically refreshing sessions."_
|
47
|
+
|
42
48
|
### Installation
|
43
49
|
|
44
50
|
```bash
|
@@ -0,0 +1,6 @@
|
|
1
|
+
boto3_refresh_session/__init__.py,sha256=rEdd2nOxSmu9uNVxWiYTYWZuvdzKeNYI7ozXBaNK-vk,158
|
2
|
+
boto3_refresh_session/session.py,sha256=p4adQ4G2rVm8PPT8xOVV8oMPLS-2h6pSgZNeFd1E1uI,5775
|
3
|
+
boto3_refresh_session-1.0.21.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
|
4
|
+
boto3_refresh_session-1.0.21.dist-info/METADATA,sha256=iNldeWTzH5orHHoc1bPunCeNJjmkCy-3cEhnv1r-rYs,5229
|
5
|
+
boto3_refresh_session-1.0.21.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
6
|
+
boto3_refresh_session-1.0.21.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
boto3_refresh_session/__init__.py,sha256=-2vpvF1dUtPK5usuKF4RZsZaXsHtRslbWAmN5aifnpw,158
|
2
|
-
boto3_refresh_session/session.py,sha256=p4adQ4G2rVm8PPT8xOVV8oMPLS-2h6pSgZNeFd1E1uI,5775
|
3
|
-
boto3_refresh_session-1.0.19.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
|
4
|
-
boto3_refresh_session-1.0.19.dist-info/METADATA,sha256=t-VJCotmeBt6hUpQBH9MU_hc05meZ-VSu812-IqmP6A,4527
|
5
|
-
boto3_refresh_session-1.0.19.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
6
|
-
boto3_refresh_session-1.0.19.dist-info/RECORD,,
|
File without changes
|
File without changes
|