boto3-refresh-session 0.1.26__py3-none-any.whl → 0.1.27__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: boto3-refresh-session
3
- Version: 0.1.26
3
+ Version: 0.1.27
4
4
  Summary: A simple Python package for refreshing AWS temporary credentials in boto3 automatically.
5
5
  License: MIT
6
6
  Keywords: boto3,botocore,aws
@@ -48,7 +48,7 @@ expire.
48
48
 
49
49
  Usually, engineers deal with that problem one of two different ways:
50
50
 
51
- - `try except` blocks that catch `ClientError` exceptions
51
+ - A `try except` block that catches `botocore.exceptions.ClientError` exceptions
52
52
  - A similar approach as that used in this project -- that is, using methods available
53
53
  within `botocore` for refreshing temporary credentials automatically.
54
54
 
@@ -0,0 +1,6 @@
1
+ boto3_refresh_session/__init__.py,sha256=OMY8el4qROyEvo0vr1Kv8rtFU7g3xnjHuBss54XRTEA,135
2
+ boto3_refresh_session/session.py,sha256=xp5MNsNgdQ9LMryPk0JQLt6Ctp0qL9WgoVXMErTv6f0,5895
3
+ boto3_refresh_session-0.1.27.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
4
+ boto3_refresh_session-0.1.27.dist-info/METADATA,sha256=xrQyRp_FokRdOtc8wx-Q0vhxVM4CrQ17fmBjfqic2Js,4488
5
+ boto3_refresh_session-0.1.27.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
6
+ boto3_refresh_session-0.1.27.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- boto3_refresh_session/__init__.py,sha256=OMY8el4qROyEvo0vr1Kv8rtFU7g3xnjHuBss54XRTEA,135
2
- boto3_refresh_session/session.py,sha256=xp5MNsNgdQ9LMryPk0JQLt6Ctp0qL9WgoVXMErTv6f0,5895
3
- boto3_refresh_session-0.1.26.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
4
- boto3_refresh_session-0.1.26.dist-info/METADATA,sha256=JNWt_7yT0cW59UOJtPodIS8YkjTgbF2C4mC-RgJX-MA,4465
5
- boto3_refresh_session-0.1.26.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
6
- boto3_refresh_session-0.1.26.dist-info/RECORD,,