boto3 1.38.11__py3-none-any.whl → 1.38.13__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/__init__.py +1 -1
- boto3/compat.py +5 -1
- {boto3-1.38.11.dist-info → boto3-1.38.13.dist-info}/METADATA +2 -2
- {boto3-1.38.11.dist-info → boto3-1.38.13.dist-info}/RECORD +8 -8
- {boto3-1.38.11.dist-info → boto3-1.38.13.dist-info}/LICENSE +0 -0
- {boto3-1.38.11.dist-info → boto3-1.38.13.dist-info}/NOTICE +0 -0
- {boto3-1.38.11.dist-info → boto3-1.38.13.dist-info}/WHEEL +0 -0
- {boto3-1.38.11.dist-info → boto3-1.38.13.dist-info}/top_level.txt +0 -0
boto3/__init__.py
CHANGED
boto3/compat.py
CHANGED
@@ -85,4 +85,8 @@ def _warn_deprecated_python():
|
|
85
85
|
|
86
86
|
|
87
87
|
def is_append_mode(fileobj):
|
88
|
-
return
|
88
|
+
return (
|
89
|
+
hasattr(fileobj, 'mode') and
|
90
|
+
isinstance(fileobj.mode, str) and
|
91
|
+
_APPEND_MODE_CHAR in fileobj.mode
|
92
|
+
)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: boto3
|
3
|
-
Version: 1.38.
|
3
|
+
Version: 1.38.13
|
4
4
|
Summary: The AWS SDK for Python
|
5
5
|
Home-page: https://github.com/boto/boto3
|
6
6
|
Author: Amazon Web Services
|
@@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
22
22
|
Requires-Python: >= 3.9
|
23
23
|
License-File: LICENSE
|
24
24
|
License-File: NOTICE
|
25
|
-
Requires-Dist: botocore (<1.39.0,>=1.38.
|
25
|
+
Requires-Dist: botocore (<1.39.0,>=1.38.13)
|
26
26
|
Requires-Dist: jmespath (<2.0.0,>=0.7.1)
|
27
27
|
Requires-Dist: s3transfer (<0.13.0,>=0.12.0)
|
28
28
|
Provides-Extra: crt
|
@@ -1,5 +1,5 @@
|
|
1
|
-
boto3/__init__.py,sha256=
|
2
|
-
boto3/compat.py,sha256=
|
1
|
+
boto3/__init__.py,sha256=p1-bsxZLmfFi7s8hlZAVsLRzyJ1YOm8yhrJ5B2uNYJE,3420
|
2
|
+
boto3/compat.py,sha256=RAG9ngSS-4mBf0JZONqgYyjEfb3Zy5ewfPGYLn51jcU,3083
|
3
3
|
boto3/crt.py,sha256=VFstUtHMZrZ6eHJJ-YdXb4vqfIOcHbv1l51fdeY5cS0,5407
|
4
4
|
boto3/exceptions.py,sha256=i13QpGxoFizxAGCzA2qmF9ldbI5IfBpn37DH75ddRF8,4127
|
5
5
|
boto3/session.py,sha256=mEk9ystkkF6UQYtGJQ9EJ5OL8PNbrbArVDYEnF1bX8w,21717
|
@@ -55,9 +55,9 @@ boto3/s3/__init__.py,sha256=GkSq-WxXWfVHu1SEcMrlJbzkfw9ACgF3UdCL6fPpTmY,562
|
|
55
55
|
boto3/s3/constants.py,sha256=ZaYknNwqGwsJEGkL92GXaBs9kjfRbyCDFt89wei8t7E,690
|
56
56
|
boto3/s3/inject.py,sha256=roCNwtKHbxSwV6pZuevUJAyL09UKdeK-nVBeLltR7i8,30401
|
57
57
|
boto3/s3/transfer.py,sha256=_0Xxoycr7CiUbLtSoPeRP8cjK7yYHnmDIm59CQPYDAs,15935
|
58
|
-
boto3-1.38.
|
59
|
-
boto3-1.38.
|
60
|
-
boto3-1.38.
|
61
|
-
boto3-1.38.
|
62
|
-
boto3-1.38.
|
63
|
-
boto3-1.38.
|
58
|
+
boto3-1.38.13.dist-info/LICENSE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
|
59
|
+
boto3-1.38.13.dist-info/METADATA,sha256=EPZHzVBMfYJCJ-A-Nn-nzm_OUYdvSvPuHJDs33UThKc,6601
|
60
|
+
boto3-1.38.13.dist-info/NOTICE,sha256=BPseYUhKeBDxugm7QrwByljJrzOSfXxaIVVuTE0cf6Q,83
|
61
|
+
boto3-1.38.13.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
62
|
+
boto3-1.38.13.dist-info/top_level.txt,sha256=MP6_SI1GcPseXodd3Ykt5F_mCBsrUksiziLxjEZKGUU,6
|
63
|
+
boto3-1.38.13.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|