boto3 1.42.34__tar.gz → 1.42.35__tar.gz
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-1.42.34 → boto3-1.42.35}/PKG-INFO +2 -2
- {boto3-1.42.34 → boto3-1.42.35}/boto3/__init__.py +1 -1
- {boto3-1.42.34 → boto3-1.42.35}/boto3/s3/inject.py +12 -9
- {boto3-1.42.34 → boto3-1.42.35}/boto3.egg-info/PKG-INFO +2 -2
- {boto3-1.42.34 → boto3-1.42.35}/boto3.egg-info/requires.txt +1 -1
- {boto3-1.42.34 → boto3-1.42.35}/setup.cfg +1 -1
- {boto3-1.42.34 → boto3-1.42.35}/setup.py +1 -1
- {boto3-1.42.34 → boto3-1.42.35}/CONTRIBUTING.rst +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/LICENSE +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/MANIFEST.in +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/NOTICE +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/README.rst +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/compat.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/crt.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/data/cloudformation/2010-05-15/resources-1.json +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/data/cloudwatch/2010-08-01/resources-1.json +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/data/dynamodb/2012-08-10/resources-1.json +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/data/ec2/2014-10-01/resources-1.json +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/data/ec2/2015-03-01/resources-1.json +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/data/ec2/2015-04-15/resources-1.json +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/data/ec2/2015-10-01/resources-1.json +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/data/ec2/2016-04-01/resources-1.json +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/data/ec2/2016-09-15/resources-1.json +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/data/ec2/2016-11-15/resources-1.json +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/data/glacier/2012-06-01/resources-1.json +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/data/iam/2010-05-08/resources-1.json +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/data/s3/2006-03-01/resources-1.json +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/data/sns/2010-03-31/resources-1.json +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/data/sqs/2012-11-05/resources-1.json +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/docs/__init__.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/docs/action.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/docs/attr.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/docs/base.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/docs/client.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/docs/collection.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/docs/docstring.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/docs/method.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/docs/resource.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/docs/service.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/docs/subresource.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/docs/utils.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/docs/waiter.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/dynamodb/__init__.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/dynamodb/conditions.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/dynamodb/table.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/dynamodb/transform.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/dynamodb/types.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/ec2/__init__.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/ec2/createtags.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/ec2/deletetags.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/examples/cloudfront.rst +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/examples/s3.rst +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/exceptions.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/resources/__init__.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/resources/action.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/resources/base.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/resources/collection.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/resources/factory.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/resources/model.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/resources/params.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/resources/response.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/s3/__init__.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/s3/constants.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/s3/transfer.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/session.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3/utils.py +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3.egg-info/SOURCES.txt +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3.egg-info/dependency_links.txt +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/boto3.egg-info/top_level.txt +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/pyproject.toml +0 -0
- {boto3-1.42.34 → boto3-1.42.35}/requirements.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: boto3
|
|
3
|
-
Version: 1.42.
|
|
3
|
+
Version: 1.42.35
|
|
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.35
|
|
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
|
|
@@ -448,11 +448,12 @@ def copy(
|
|
|
448
448
|
be periodically called during the copy.
|
|
449
449
|
|
|
450
450
|
:type SourceClient: botocore or boto3 Client
|
|
451
|
-
:param SourceClient: The client to be used for
|
|
451
|
+
:param SourceClient: The client to be used for operations that
|
|
452
452
|
may happen at the source object. For example, this client is
|
|
453
453
|
used for the head_object that determines the size of the copy.
|
|
454
|
-
If no client is provided, the current client is used as the
|
|
455
|
-
for the source object.
|
|
454
|
+
If no client is provided, the current client is used as the
|
|
455
|
+
client for the source object. The current client still
|
|
456
|
+
requires IAM permissions to access both buckets.
|
|
456
457
|
|
|
457
458
|
:type Config: boto3.s3.transfer.TransferConfig
|
|
458
459
|
:param Config: The transfer configuration to be used when performing the
|
|
@@ -527,11 +528,12 @@ def bucket_copy(
|
|
|
527
528
|
be periodically called during the copy.
|
|
528
529
|
|
|
529
530
|
:type SourceClient: botocore or boto3 Client
|
|
530
|
-
:param SourceClient: The client to be used for
|
|
531
|
+
:param SourceClient: The client to be used for operations that
|
|
531
532
|
may happen at the source object. For example, this client is
|
|
532
533
|
used for the head_object that determines the size of the copy.
|
|
533
|
-
If no client is provided, the current client is used as the
|
|
534
|
-
for the source object.
|
|
534
|
+
If no client is provided, the current client is used as the
|
|
535
|
+
client for the source object. The current client still
|
|
536
|
+
requires IAM permissions to access both buckets.
|
|
535
537
|
|
|
536
538
|
:type Config: boto3.s3.transfer.TransferConfig
|
|
537
539
|
:param Config: The transfer configuration to be used when performing the
|
|
@@ -590,11 +592,12 @@ def object_copy(
|
|
|
590
592
|
be periodically called during the copy.
|
|
591
593
|
|
|
592
594
|
:type SourceClient: botocore or boto3 Client
|
|
593
|
-
:param SourceClient: The client to be used for
|
|
595
|
+
:param SourceClient: The client to be used for operations that
|
|
594
596
|
may happen at the source object. For example, this client is
|
|
595
597
|
used for the head_object that determines the size of the copy.
|
|
596
|
-
If no client is provided, the current client is used as the
|
|
597
|
-
for the source object.
|
|
598
|
+
If no client is provided, the current client is used as the
|
|
599
|
+
client for the source object. The current client still
|
|
600
|
+
requires IAM permissions to access both buckets.
|
|
598
601
|
|
|
599
602
|
:type Config: boto3.s3.transfer.TransferConfig
|
|
600
603
|
:param Config: The transfer configuration to be used when performing the
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: boto3
|
|
3
|
-
Version: 1.42.
|
|
3
|
+
Version: 1.42.35
|
|
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.35
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|