boto3 1.42.5__py3-none-any.whl → 1.42.7__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/resources/model.py +1 -1
- boto3/s3/transfer.py +11 -5
- {boto3-1.42.5.dist-info → boto3-1.42.7.dist-info}/METADATA +2 -2
- {boto3-1.42.5.dist-info → boto3-1.42.7.dist-info}/RECORD +9 -9
- {boto3-1.42.5.dist-info → boto3-1.42.7.dist-info}/LICENSE +0 -0
- {boto3-1.42.5.dist-info → boto3-1.42.7.dist-info}/NOTICE +0 -0
- {boto3-1.42.5.dist-info → boto3-1.42.7.dist-info}/WHEEL +0 -0
- {boto3-1.42.5.dist-info → boto3-1.42.7.dist-info}/top_level.txt +0 -0
boto3/__init__.py
CHANGED
boto3/resources/model.py
CHANGED
|
@@ -366,7 +366,7 @@ class ResourceModel:
|
|
|
366
366
|
name = xform_name(name)
|
|
367
367
|
|
|
368
368
|
if name in names:
|
|
369
|
-
logger.debug(
|
|
369
|
+
logger.debug('Renaming %s %s %s', self.name, category, name)
|
|
370
370
|
self._renamed[(category, name)] = name + '_' + category
|
|
371
371
|
name += '_' + category
|
|
372
372
|
|
boto3/s3/transfer.py
CHANGED
|
@@ -175,13 +175,17 @@ def create_transfer_manager(client, config, osutil=None):
|
|
|
175
175
|
crt_transfer_manager = create_crt_transfer_manager(client, config)
|
|
176
176
|
if crt_transfer_manager is not None:
|
|
177
177
|
logger.debug(
|
|
178
|
-
|
|
178
|
+
"Using CRT client. pid: %s, thread: %s",
|
|
179
|
+
getpid(),
|
|
180
|
+
threading.get_ident(),
|
|
179
181
|
)
|
|
180
182
|
return crt_transfer_manager
|
|
181
183
|
|
|
182
184
|
# If we don't resolve something above, fallback to the default.
|
|
183
185
|
logger.debug(
|
|
184
|
-
|
|
186
|
+
"Using default client. pid: %s, thread: %s",
|
|
187
|
+
getpid(),
|
|
188
|
+
threading.get_ident(),
|
|
185
189
|
)
|
|
186
190
|
return _create_default_transfer_manager(client, config, osutil)
|
|
187
191
|
|
|
@@ -214,9 +218,11 @@ def _should_use_crt(config):
|
|
|
214
218
|
return True
|
|
215
219
|
|
|
216
220
|
logger.debug(
|
|
217
|
-
"Opting out of CRT Transfer Manager.
|
|
218
|
-
|
|
219
|
-
|
|
221
|
+
"Opting out of CRT Transfer Manager. "
|
|
222
|
+
"Preferred client: %s, CRT available: %s, Instance Optimized: %s",
|
|
223
|
+
pref_transfer_client,
|
|
224
|
+
HAS_CRT,
|
|
225
|
+
is_optimized_instance,
|
|
220
226
|
)
|
|
221
227
|
return False
|
|
222
228
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: boto3
|
|
3
|
-
Version: 1.42.
|
|
3
|
+
Version: 1.42.7
|
|
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.14
|
|
|
22
22
|
Requires-Python: >= 3.9
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
License-File: NOTICE
|
|
25
|
-
Requires-Dist: botocore (<1.43.0,>=1.42.
|
|
25
|
+
Requires-Dist: botocore (<1.43.0,>=1.42.7)
|
|
26
26
|
Requires-Dist: jmespath (<2.0.0,>=0.7.1)
|
|
27
27
|
Requires-Dist: s3transfer (<0.17.0,>=0.16.0)
|
|
28
28
|
Provides-Extra: crt
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
boto3/__init__.py,sha256=
|
|
1
|
+
boto3/__init__.py,sha256=VD5QYxpPsJTZHIII6Ln7rRogpYruJo7VBLxPxkxIPxY,3366
|
|
2
2
|
boto3/compat.py,sha256=YlQVXOvdJN39m13gS8WfVJqHbzCw3fElnbYrt1beNYg,3202
|
|
3
3
|
boto3/crt.py,sha256=x_jZj-QMI5ZD0D2tu91ggqnsGp4pIYEHVHWqVlfckcw,7254
|
|
4
4
|
boto3/exceptions.py,sha256=drkrpwrC-gQBeaoPlgq4FQFRjd4qom4JHeKhGpsGUm4,4187
|
|
@@ -47,16 +47,16 @@ boto3/resources/action.py,sha256=vPfVHVgXiGqhwpgRSCC7lSsY3vGjgsSiYhXa14CMAqw,960
|
|
|
47
47
|
boto3/resources/base.py,sha256=lkMPWTgSh9E1PRVtG-VwCresHbQ8-EVn9RqAqv0jnOE,5012
|
|
48
48
|
boto3/resources/collection.py,sha256=aVifZoUVHUarGF9S4Ih8qBUfdqKKOBAEd0BaISKaLio,19113
|
|
49
49
|
boto3/resources/factory.py,sha256=iXV5l7UZePNIfkkUMgUNC0tIdJhxr_65m9KYdwIOfKA,22708
|
|
50
|
-
boto3/resources/model.py,sha256=
|
|
50
|
+
boto3/resources/model.py,sha256=dM2jzhW-ZgHxFheliMbV12fy1d75WL3HHpxIBsGJXoo,20341
|
|
51
51
|
boto3/resources/params.py,sha256=i6KAjOzjzou7ouViYbRZCz0CwqB6fA_6gOJFDIruTV8,6112
|
|
52
52
|
boto3/resources/response.py,sha256=aIATkyer_rl5qsp-OFCxe36whvY4JzjgNc9qN-vYMxg,11638
|
|
53
53
|
boto3/s3/__init__.py,sha256=GkSq-WxXWfVHu1SEcMrlJbzkfw9ACgF3UdCL6fPpTmY,562
|
|
54
54
|
boto3/s3/constants.py,sha256=L0K_cNKUKZRwVNQpBaelkI1Tc-brOCkeW-JtgK7YhJo,718
|
|
55
55
|
boto3/s3/inject.py,sha256=0UZiCPfurNVJcBOvL1ZJmKEP8fR4syP0rdXuaUulKp0,30377
|
|
56
|
-
boto3/s3/transfer.py,sha256=
|
|
57
|
-
boto3-1.42.
|
|
58
|
-
boto3-1.42.
|
|
59
|
-
boto3-1.42.
|
|
60
|
-
boto3-1.42.
|
|
61
|
-
boto3-1.42.
|
|
62
|
-
boto3-1.42.
|
|
56
|
+
boto3/s3/transfer.py,sha256=c2MUzTU4YJ5TEw0WDP0XBe38uT6y-StpXZG2s-FkGP8,19071
|
|
57
|
+
boto3-1.42.7.dist-info/LICENSE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
|
|
58
|
+
boto3-1.42.7.dist-info/METADATA,sha256=uae5neBPP0etjfnh0DdkXnPtMnKkvxTMghuwtMuqEtk,6811
|
|
59
|
+
boto3-1.42.7.dist-info/NOTICE,sha256=BPseYUhKeBDxugm7QrwByljJrzOSfXxaIVVuTE0cf6Q,83
|
|
60
|
+
boto3-1.42.7.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
61
|
+
boto3-1.42.7.dist-info/top_level.txt,sha256=MP6_SI1GcPseXodd3Ykt5F_mCBsrUksiziLxjEZKGUU,6
|
|
62
|
+
boto3-1.42.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|