boto3 1.35.41__py3-none-any.whl → 1.35.43__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 CHANGED
@@ -17,7 +17,7 @@ from boto3.compat import _warn_deprecated_python
17
17
  from boto3.session import Session
18
18
 
19
19
  __author__ = 'Amazon Web Services'
20
- __version__ = '1.35.41'
20
+ __version__ = '1.35.43'
21
21
 
22
22
 
23
23
  # The default Boto3 session; autoloaded when needed.
boto3/s3/inject.py CHANGED
@@ -131,7 +131,7 @@ def upload_file(
131
131
  :type ExtraArgs: dict
132
132
  :param ExtraArgs: Extra arguments that may be passed to the
133
133
  client operation. For allowed upload arguments see
134
- boto3.s3.transfer.S3Transfer.ALLOWED_UPLOAD_ARGS.
134
+ :py:attr:`boto3.s3.transfer.S3Transfer.ALLOWED_UPLOAD_ARGS`.
135
135
 
136
136
  :type Callback: function
137
137
  :param Callback: A method which takes a number of bytes transferred to
@@ -178,7 +178,7 @@ def download_file(
178
178
  :type ExtraArgs: dict
179
179
  :param ExtraArgs: Extra arguments that may be passed to the
180
180
  client operation. For allowed download arguments see
181
- boto3.s3.transfer.S3Transfer.ALLOWED_DOWNLOAD_ARGS.
181
+ :py:attr:`boto3.s3.transfer.S3Transfer.ALLOWED_DOWNLOAD_ARGS`.
182
182
 
183
183
  :type Callback: function
184
184
  :param Callback: A method which takes a number of bytes transferred to
@@ -222,7 +222,7 @@ def bucket_upload_file(
222
222
  :type ExtraArgs: dict
223
223
  :param ExtraArgs: Extra arguments that may be passed to the
224
224
  client operation. For allowed upload arguments see
225
- boto3.s3.transfer.S3Transfer.ALLOWED_UPLOAD_ARGS.
225
+ :py:attr:`boto3.s3.transfer.S3Transfer.ALLOWED_UPLOAD_ARGS`.
226
226
 
227
227
  :type Callback: function
228
228
  :param Callback: A method which takes a number of bytes transferred to
@@ -266,7 +266,7 @@ def bucket_download_file(
266
266
  :type ExtraArgs: dict
267
267
  :param ExtraArgs: Extra arguments that may be passed to the
268
268
  client operation. For allowed download arguments see
269
- boto3.s3.transfer.S3Transfer.ALLOWED_DOWNLOAD_ARGS.
269
+ :py:attr:`boto3.s3.transfer.S3Transfer.ALLOWED_DOWNLOAD_ARGS`.
270
270
 
271
271
  :type Callback: function
272
272
  :param Callback: A method which takes a number of bytes transferred to
@@ -307,7 +307,7 @@ def object_upload_file(
307
307
  :type ExtraArgs: dict
308
308
  :param ExtraArgs: Extra arguments that may be passed to the
309
309
  client operation. For allowed upload arguments see
310
- boto3.s3.transfer.S3Transfer.ALLOWED_UPLOAD_ARGS.
310
+ :py:attr:`boto3.s3.transfer.S3Transfer.ALLOWED_UPLOAD_ARGS`.
311
311
 
312
312
  :type Callback: function
313
313
  :param Callback: A method which takes a number of bytes transferred to
@@ -348,7 +348,7 @@ def object_download_file(
348
348
  :type ExtraArgs: dict
349
349
  :param ExtraArgs: Extra arguments that may be passed to the
350
350
  client operation. For allowed download arguments see
351
- boto3.s3.transfer.S3Transfer.ALLOWED_DOWNLOAD_ARGS.
351
+ :py:attr:`boto3.s3.transfer.S3Transfer.ALLOWED_DOWNLOAD_ARGS`.
352
352
 
353
353
  :type Callback: function
354
354
  :param Callback: A method which takes a number of bytes transferred to
@@ -409,7 +409,7 @@ def copy(
409
409
  :type ExtraArgs: dict
410
410
  :param ExtraArgs: Extra arguments that may be passed to the
411
411
  client operation. For allowed download arguments see
412
- boto3.s3.transfer.S3Transfer.ALLOWED_DOWNLOAD_ARGS.
412
+ :py:attr:`boto3.s3.transfer.S3Transfer.ALLOWED_DOWNLOAD_ARGS`.
413
413
 
414
414
  :type Callback: function
415
415
  :param Callback: A method which takes a number of bytes transferred to
@@ -488,7 +488,7 @@ def bucket_copy(
488
488
  :type ExtraArgs: dict
489
489
  :param ExtraArgs: Extra arguments that may be passed to the
490
490
  client operation. For allowed download arguments see
491
- boto3.s3.transfer.S3Transfer.ALLOWED_DOWNLOAD_ARGS.
491
+ :py:attr:`boto3.s3.transfer.S3Transfer.ALLOWED_DOWNLOAD_ARGS`.
492
492
 
493
493
  :type Callback: function
494
494
  :param Callback: A method which takes a number of bytes transferred to
@@ -551,7 +551,7 @@ def object_copy(
551
551
  :type ExtraArgs: dict
552
552
  :param ExtraArgs: Extra arguments that may be passed to the
553
553
  client operation. For allowed download arguments see
554
- boto3.s3.transfer.S3Transfer.ALLOWED_DOWNLOAD_ARGS.
554
+ :py:attr:`boto3.s3.transfer.S3Transfer.ALLOWED_DOWNLOAD_ARGS`.
555
555
 
556
556
  :type Callback: function
557
557
  :param Callback: A method which takes a number of bytes transferred to
@@ -610,7 +610,7 @@ def upload_fileobj(
610
610
  :type ExtraArgs: dict
611
611
  :param ExtraArgs: Extra arguments that may be passed to the
612
612
  client operation. For allowed upload arguments see
613
- boto3.s3.transfer.S3Transfer.ALLOWED_UPLOAD_ARGS.
613
+ :py:attr:`boto3.s3.transfer.S3Transfer.ALLOWED_UPLOAD_ARGS`.
614
614
 
615
615
  :type Callback: function
616
616
  :param Callback: A method which takes a number of bytes transferred to
@@ -671,7 +671,7 @@ def bucket_upload_fileobj(
671
671
  :type ExtraArgs: dict
672
672
  :param ExtraArgs: Extra arguments that may be passed to the
673
673
  client operation. For allowed upload arguments see
674
- boto3.s3.transfer.S3Transfer.ALLOWED_UPLOAD_ARGS.
674
+ :py:attr:`boto3.s3.transfer.S3Transfer.ALLOWED_UPLOAD_ARGS`.
675
675
 
676
676
  :type Callback: function
677
677
  :param Callback: A method which takes a number of bytes transferred to
@@ -718,7 +718,7 @@ def object_upload_fileobj(
718
718
  :type ExtraArgs: dict
719
719
  :param ExtraArgs: Extra arguments that may be passed to the
720
720
  client operation. For allowed upload arguments see
721
- boto3.s3.transfer.S3Transfer.ALLOWED_UPLOAD_ARGS.
721
+ :py:attr:`boto3.s3.transfer.S3Transfer.ALLOWED_UPLOAD_ARGS`.
722
722
 
723
723
  :type Callback: function
724
724
  :param Callback: A method which takes a number of bytes transferred to
@@ -769,7 +769,7 @@ def download_fileobj(
769
769
  :type ExtraArgs: dict
770
770
  :param ExtraArgs: Extra arguments that may be passed to the
771
771
  client operation. For allowed download arguments see
772
- boto3.s3.transfer.S3Transfer.ALLOWED_DOWNLOAD_ARGS.
772
+ :py:attr:`boto3.s3.transfer.S3Transfer.ALLOWED_DOWNLOAD_ARGS`.
773
773
 
774
774
  :type Callback: function
775
775
  :param Callback: A method which takes a number of bytes transferred to
@@ -830,7 +830,7 @@ def bucket_download_fileobj(
830
830
  :type ExtraArgs: dict
831
831
  :param ExtraArgs: Extra arguments that may be passed to the
832
832
  client operation. For allowed download arguments see
833
- boto3.s3.transfer.S3Transfer.ALLOWED_DOWNLOAD_ARGS.
833
+ :py:attr:`boto3.s3.transfer.S3Transfer.ALLOWED_DOWNLOAD_ARGS`.
834
834
 
835
835
  :type Callback: function
836
836
  :param Callback: A method which takes a number of bytes transferred to
@@ -877,7 +877,7 @@ def object_download_fileobj(
877
877
  :type ExtraArgs: dict
878
878
  :param ExtraArgs: Extra arguments that may be passed to the
879
879
  client operation. For allowed download arguments see
880
- boto3.s3.transfer.S3Transfer.ALLOWED_DOWNLOAD_ARGS.
880
+ :py:attr:`boto3.s3.transfer.S3Transfer.ALLOWED_DOWNLOAD_ARGS`.
881
881
 
882
882
  :type Callback: function
883
883
  :param Callback: A method which takes a number of bytes transferred to
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3
3
- Version: 1.35.41
3
+ Version: 1.35.43
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.13
23
23
  Requires-Python: >= 3.8
24
24
  License-File: LICENSE
25
25
  License-File: NOTICE
26
- Requires-Dist: botocore (<1.36.0,>=1.35.41)
26
+ Requires-Dist: botocore (<1.36.0,>=1.35.43)
27
27
  Requires-Dist: jmespath (<2.0.0,>=0.7.1)
28
28
  Requires-Dist: s3transfer (<0.11.0,>=0.10.0)
29
29
  Provides-Extra: crt
@@ -1,4 +1,4 @@
1
- boto3/__init__.py,sha256=GMQTEiNiCRfMmBfh2LcWxRGJhHnSoyhtixAhUQiKUNo,3420
1
+ boto3/__init__.py,sha256=ZHZvADuv5xYNkVygD1TvSRDefFeNi-O6tsTCGo0ZPW8,3420
2
2
  boto3/compat.py,sha256=1T-LvBYqd0z-L9hI-soU7O7v-678tyWWR2pztF055u0,2887
3
3
  boto3/crt.py,sha256=VFstUtHMZrZ6eHJJ-YdXb4vqfIOcHbv1l51fdeY5cS0,5407
4
4
  boto3/exceptions.py,sha256=i13QpGxoFizxAGCzA2qmF9ldbI5IfBpn37DH75ddRF8,4127
@@ -53,11 +53,11 @@ boto3/resources/params.py,sha256=i6KAjOzjzou7ouViYbRZCz0CwqB6fA_6gOJFDIruTV8,611
53
53
  boto3/resources/response.py,sha256=aIATkyer_rl5qsp-OFCxe36whvY4JzjgNc9qN-vYMxg,11638
54
54
  boto3/s3/__init__.py,sha256=GkSq-WxXWfVHu1SEcMrlJbzkfw9ACgF3UdCL6fPpTmY,562
55
55
  boto3/s3/constants.py,sha256=ZaYknNwqGwsJEGkL92GXaBs9kjfRbyCDFt89wei8t7E,690
56
- boto3/s3/inject.py,sha256=2M_idj_7-Ws419xfwZOMeYh1C_WLt1GAbwJUblRVFMU,28191
56
+ boto3/s3/inject.py,sha256=FUG1xCc2JATJ82n5FecITzXhV7xg9kO-9cY6Y4jmTPQ,28356
57
57
  boto3/s3/transfer.py,sha256=_0Xxoycr7CiUbLtSoPeRP8cjK7yYHnmDIm59CQPYDAs,15935
58
- boto3-1.35.41.dist-info/LICENSE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
59
- boto3-1.35.41.dist-info/METADATA,sha256=JFmJ9bU7PaU4bfezEv-Uu_p8ItvY6-LRSp1A5fixhOM,6651
60
- boto3-1.35.41.dist-info/NOTICE,sha256=BPseYUhKeBDxugm7QrwByljJrzOSfXxaIVVuTE0cf6Q,83
61
- boto3-1.35.41.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
62
- boto3-1.35.41.dist-info/top_level.txt,sha256=MP6_SI1GcPseXodd3Ykt5F_mCBsrUksiziLxjEZKGUU,6
63
- boto3-1.35.41.dist-info/RECORD,,
58
+ boto3-1.35.43.dist-info/LICENSE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
59
+ boto3-1.35.43.dist-info/METADATA,sha256=HdCEkp3panecPRTFUs1ifq3AAOFZ1LCG9hgna2rau54,6651
60
+ boto3-1.35.43.dist-info/NOTICE,sha256=BPseYUhKeBDxugm7QrwByljJrzOSfXxaIVVuTE0cf6Q,83
61
+ boto3-1.35.43.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
62
+ boto3-1.35.43.dist-info/top_level.txt,sha256=MP6_SI1GcPseXodd3Ykt5F_mCBsrUksiziLxjEZKGUU,6
63
+ boto3-1.35.43.dist-info/RECORD,,