boto3 1.40.29__py3-none-any.whl → 1.40.30__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/s3/inject.py +6 -6
- boto3/s3/transfer.py +1 -0
- {boto3-1.40.29.dist-info → boto3-1.40.30.dist-info}/METADATA +2 -2
- {boto3-1.40.29.dist-info → boto3-1.40.30.dist-info}/RECORD +9 -9
- {boto3-1.40.29.dist-info → boto3-1.40.30.dist-info}/LICENSE +0 -0
- {boto3-1.40.29.dist-info → boto3-1.40.30.dist-info}/NOTICE +0 -0
- {boto3-1.40.29.dist-info → boto3-1.40.30.dist-info}/WHEEL +0 -0
- {boto3-1.40.29.dist-info → boto3-1.40.30.dist-info}/top_level.txt +0 -0
boto3/__init__.py
CHANGED
boto3/s3/inject.py
CHANGED
@@ -440,8 +440,8 @@ def copy(
|
|
440
440
|
|
441
441
|
:type ExtraArgs: dict
|
442
442
|
:param ExtraArgs: Extra arguments that may be passed to the
|
443
|
-
client operation. For allowed
|
444
|
-
:py:attr:`boto3.s3.transfer.S3Transfer.
|
443
|
+
client operation. For allowed copy arguments see
|
444
|
+
:py:attr:`boto3.s3.transfer.S3Transfer.ALLOWED_COPY_ARGS`.
|
445
445
|
|
446
446
|
:type Callback: function
|
447
447
|
:param Callback: A method which takes a number of bytes transferred to
|
@@ -519,8 +519,8 @@ def bucket_copy(
|
|
519
519
|
|
520
520
|
:type ExtraArgs: dict
|
521
521
|
:param ExtraArgs: Extra arguments that may be passed to the
|
522
|
-
client operation. For allowed
|
523
|
-
:py:attr:`boto3.s3.transfer.S3Transfer.
|
522
|
+
client operation. For allowed copy arguments see
|
523
|
+
:py:attr:`boto3.s3.transfer.S3Transfer.ALLOWED_COPY_ARGS`.
|
524
524
|
|
525
525
|
:type Callback: function
|
526
526
|
:param Callback: A method which takes a number of bytes transferred to
|
@@ -582,8 +582,8 @@ def object_copy(
|
|
582
582
|
|
583
583
|
:type ExtraArgs: dict
|
584
584
|
:param ExtraArgs: Extra arguments that may be passed to the
|
585
|
-
client operation. For allowed
|
586
|
-
:py:attr:`boto3.s3.transfer.S3Transfer.
|
585
|
+
client operation. For allowed copy arguments see
|
586
|
+
:py:attr:`boto3.s3.transfer.S3Transfer.ALLOWED_COPY_ARGS`.
|
587
587
|
|
588
588
|
:type Callback: function
|
589
589
|
:param Callback: A method which takes a number of bytes transferred to
|
boto3/s3/transfer.py
CHANGED
@@ -326,6 +326,7 @@ class TransferConfig(S3TransferConfig):
|
|
326
326
|
class S3Transfer:
|
327
327
|
ALLOWED_DOWNLOAD_ARGS = TransferManager.ALLOWED_DOWNLOAD_ARGS
|
328
328
|
ALLOWED_UPLOAD_ARGS = TransferManager.ALLOWED_UPLOAD_ARGS
|
329
|
+
ALLOWED_COPY_ARGS = TransferManager.ALLOWED_COPY_ARGS
|
329
330
|
|
330
331
|
def __init__(self, client=None, config=None, osutil=None, manager=None):
|
331
332
|
if not client and not manager:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: boto3
|
3
|
-
Version: 1.40.
|
3
|
+
Version: 1.40.30
|
4
4
|
Summary: The AWS SDK for Python
|
5
5
|
Home-page: https://github.com/boto/boto3
|
6
6
|
Author: Amazon Web Services
|
@@ -23,7 +23,7 @@ Classifier: Programming Language :: Python :: 3.14
|
|
23
23
|
Requires-Python: >= 3.9
|
24
24
|
License-File: LICENSE
|
25
25
|
License-File: NOTICE
|
26
|
-
Requires-Dist: botocore (<1.41.0,>=1.40.
|
26
|
+
Requires-Dist: botocore (<1.41.0,>=1.40.30)
|
27
27
|
Requires-Dist: jmespath (<2.0.0,>=0.7.1)
|
28
28
|
Requires-Dist: s3transfer (<0.15.0,>=0.14.0)
|
29
29
|
Provides-Extra: crt
|
@@ -1,4 +1,4 @@
|
|
1
|
-
boto3/__init__.py,sha256=
|
1
|
+
boto3/__init__.py,sha256=BE52FdbDfLwM6c9_5xT-AwRUT-C4VaQdIQSKDrtaejg,3367
|
2
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
|
@@ -52,11 +52,11 @@ boto3/resources/params.py,sha256=i6KAjOzjzou7ouViYbRZCz0CwqB6fA_6gOJFDIruTV8,611
|
|
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=ZaYknNwqGwsJEGkL92GXaBs9kjfRbyCDFt89wei8t7E,690
|
55
|
-
boto3/s3/inject.py,sha256=
|
56
|
-
boto3/s3/transfer.py,sha256=
|
57
|
-
boto3-1.40.
|
58
|
-
boto3-1.40.
|
59
|
-
boto3-1.40.
|
60
|
-
boto3-1.40.
|
61
|
-
boto3-1.40.
|
62
|
-
boto3-1.40.
|
55
|
+
boto3/s3/inject.py,sha256=0UZiCPfurNVJcBOvL1ZJmKEP8fR4syP0rdXuaUulKp0,30377
|
56
|
+
boto3/s3/transfer.py,sha256=h7ss9_IUgGWO-ATNzp9Jfc--bmP5rG2TIaRxxnNreKI,15993
|
57
|
+
boto3-1.40.30.dist-info/LICENSE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
|
58
|
+
boto3-1.40.30.dist-info/METADATA,sha256=bAjxzzoubaiLRWeIFOQUElGwT_Hx9zEOWfViEwI4tv4,6652
|
59
|
+
boto3-1.40.30.dist-info/NOTICE,sha256=BPseYUhKeBDxugm7QrwByljJrzOSfXxaIVVuTE0cf6Q,83
|
60
|
+
boto3-1.40.30.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
61
|
+
boto3-1.40.30.dist-info/top_level.txt,sha256=MP6_SI1GcPseXodd3Ykt5F_mCBsrUksiziLxjEZKGUU,6
|
62
|
+
boto3-1.40.30.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|