boto3-refresh-session 3.0.0__py3-none-any.whl → 3.0.1__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.
@@ -9,7 +9,7 @@ from .session import *
9
9
 
10
10
  __all__.extend(session.__all__)
11
11
  __all__.extend(exceptions.__all__)
12
- __version__ = "3.0.0"
12
+ __version__ = "3.0.1"
13
13
  __title__ = "boto3-refresh-session"
14
14
  __author__ = "Mike Letts"
15
15
  __maintainer__ = "Mike Letts"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: boto3-refresh-session
3
- Version: 3.0.0
3
+ Version: 3.0.1
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
@@ -117,7 +117,7 @@ Description-Content-Type: text/markdown
117
117
 
118
118
  </div>
119
119
 
120
- ## :stuck_out_tongue: Features
120
+ ## 😛 Features
121
121
 
122
122
  - Drop-in replacement for `boto3.session.Session`
123
123
  - Supports automatic credential refresh methods for various AWS services:
@@ -130,19 +130,19 @@ Description-Content-Type: text/markdown
130
130
 
131
131
  ## ⚠️ Important Updates
132
132
 
133
- #### v3.0.0
133
+ #### 😥 v3.0.0
134
134
 
135
- **The changes introdcued by v3.0.0 will not impact ~99% of users** who generally interact with `boto3-refresh-session` by only `RefreshableSession`, which is the intended usage for this package after all.
135
+ **The changes introduced by v3.0.0 will not impact ~99% of users** who generally interact with `boto3-refresh-session` by only `RefreshableSession`, *which is the intended usage for this package after all.*
136
136
 
137
137
  Advanced users, however, particularly those using low-level objects such as `BaseRefreshableSession | refreshable_session | BRSSession | utils.py`, may experience breaking changes.
138
138
 
139
139
  Please review [this PR](https://github.com/michaelthomasletts/boto3-refresh-session/pull/75) for additional details.
140
140
 
141
- #### Delayed Responses
141
+ #### ☎️ Delayed Responses
142
142
 
143
143
  I am currently grappling with a very serious medical condition. Accordingly, expect delayed responses to issues and requests until my health stabilizes.
144
144
 
145
- ## :relieved: Recognition and Testimonials
145
+ ## 😌 Recognition and Testimonials
146
146
 
147
147
  [Featured in TL;DR Sec.](https://tldrsec.com/p/tldr-sec-282)
148
148
 
@@ -154,13 +154,13 @@ A testimonial from a Cyber Security Engineer at a FAANG company:
154
154
 
155
155
  > _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._
156
156
 
157
- ## :computer: Installation
157
+ ## 💻 Installation
158
158
 
159
159
  ```bash
160
160
  pip install boto3-refresh-session
161
161
  ```
162
162
 
163
- ## :pencil: Usage
163
+ ## 📝 Usage
164
164
 
165
165
  <details>
166
166
  <summary><strong>STS (click to expand)</strong></summary>
@@ -1,4 +1,4 @@
1
- boto3_refresh_session/__init__.py,sha256=ifSHrbYVmh9SuNx1zrhU8krs9T1G7CxRY-EdQ6bJIdE,415
1
+ boto3_refresh_session/__init__.py,sha256=iaw8zTxeQcjE6dJwDv_LOsgf7oR2z590qmEL9XE8JdI,415
2
2
  boto3_refresh_session/exceptions.py,sha256=DumBh6cDVU46eelSNt1CsG2uMSBekSbmhqWEaAWw130,1003
3
3
  boto3_refresh_session/methods/__init__.py,sha256=zpVBJIR4P-l4pjE9kMnLGffehPVawY1vLiX2CPcpV7w,352
4
4
  boto3_refresh_session/methods/custom.py,sha256=j90Iv1DKdGgP1JNwQfpEhaJDBrB2AtDe8kqI2Mktwlg,4173
@@ -12,8 +12,8 @@ boto3_refresh_session/session.py,sha256=8YAdanwnJUG622Cv9MNKg25uj9ZmMYzRL4xiqH1i
12
12
  boto3_refresh_session/utils/__init__.py,sha256=6F2ErbgBT2ZmZwFF3OzvQEd1Vh4XM3kaL6YGMTrcrkQ,156
13
13
  boto3_refresh_session/utils/internal.py,sha256=bpKTAF_xdBw1wJPHIG8aGRMiXkSkp7CI9et0U5o3qEI,6103
14
14
  boto3_refresh_session/utils/typing.py,sha256=I4VJS1vkRwIRdJF08dZF1YgUed_anviz3hq4hLvPnLw,3537
15
- boto3_refresh_session-3.0.0.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
16
- boto3_refresh_session-3.0.0.dist-info/METADATA,sha256=a22Flwsf_dYvR7G6-HFJDaaaXZsnRplAZV4iKGgTTN8,9244
17
- boto3_refresh_session-3.0.0.dist-info/NOTICE,sha256=1s8r33qbl1z0YvPB942iWgvbkP94P_e8AnROr1qXXuw,939
18
- boto3_refresh_session-3.0.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
19
- boto3_refresh_session-3.0.0.dist-info/RECORD,,
15
+ boto3_refresh_session-3.0.1.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
16
+ boto3_refresh_session-3.0.1.dist-info/METADATA,sha256=jDNjmE2_DuJb0s-0kCujRb8JdQT6Awsy8NR4I4s7XKk,9228
17
+ boto3_refresh_session-3.0.1.dist-info/NOTICE,sha256=1s8r33qbl1z0YvPB942iWgvbkP94P_e8AnROr1qXXuw,939
18
+ boto3_refresh_session-3.0.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
19
+ boto3_refresh_session-3.0.1.dist-info/RECORD,,