diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-17 09:54:55 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-17 09:54:55 +0300 |
commit | 216b853064f62638fa6625c77e1112dda0415c06 (patch) | |
tree | 4ca33bd823ffee6e81ca44c500d6175122d535bc | |
parent | 4d873d36519410b14e2669da71063b958e1faabf (diff) | |
download | ydb-216b853064f62638fa6625c77e1112dda0415c06.tar.gz |
intermediate changes
ref:2b762dae26bc7be0e9e81bdbe0eeeb259ed522c5
-rw-r--r-- | build/ya.conf.json | 16 | ||||
-rw-r--r-- | contrib/python/boto3/py3/.dist-info/METADATA | 4 | ||||
-rw-r--r-- | contrib/python/boto3/py3/boto3/__init__.py | 2 | ||||
-rw-r--r-- | contrib/python/boto3/py3/boto3/s3/transfer.py | 2 |
4 files changed, 12 insertions, 12 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index 2725eca6563..b9450360372 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -8189,7 +8189,7 @@ }, "apphost": { "formula": { - "sandbox_id": 1344107149, + "sandbox_id": 1345334964, "match": "app_host_launcher" }, "executable": { @@ -8825,7 +8825,7 @@ }, "bigb_request": { "formula": { - "sandbox_id": 1344132638, + "sandbox_id": 1345334839, "match": "bb_requester" }, "executable": { @@ -8836,7 +8836,7 @@ }, "bigb_hitlog_analyser": { "formula": { - "sandbox_id": 1344108028, + "sandbox_id": 1345341400, "match": "hitlog_analyser" }, "executable": { @@ -8858,7 +8858,7 @@ }, "bigb_bb_cluster_analyzer": { "formula": { - "sandbox_id": 1344106248, + "sandbox_id": 1345333737, "match": "bb_cluster_analyzer" }, "executable": { @@ -8904,7 +8904,7 @@ }, "caesar_yt_sync": { "formula": { - "sandbox_id": 1344106230, + "sandbox_id": 1345332361, "match": "yt_sync" }, "executable": { @@ -8915,7 +8915,7 @@ }, "caesar_lookup_profile": { "formula": { - "sandbox_id": 1344107821, + "sandbox_id": 1345332021, "match": "lookup_profile" }, "executable": { @@ -8926,7 +8926,7 @@ }, "exp_stats": { "formula": { - "sandbox_id": 1344108073, + "sandbox_id": 1345334878, "match": "exp_stats" }, "executable": { @@ -8970,7 +8970,7 @@ }, "caesar_profile_size_analyzer": { "formula": { - "sandbox_id": 1344132247, + "sandbox_id": 1345332373, "match": "profile_size_analyzer" }, "executable": { diff --git a/contrib/python/boto3/py3/.dist-info/METADATA b/contrib/python/boto3/py3/.dist-info/METADATA index 2551a23c29b..31c2919ccb3 100644 --- a/contrib/python/boto3/py3/.dist-info/METADATA +++ b/contrib/python/boto3/py3/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: boto3 -Version: 1.24.1 +Version: 1.24.2 Summary: The AWS SDK for Python Home-page: https://github.com/boto/boto3 Author: Amazon Web Services @@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.10 Requires-Python: >= 3.7 License-File: LICENSE License-File: NOTICE -Requires-Dist: botocore (<1.28.0,>=1.27.1) +Requires-Dist: botocore (<1.28.0,>=1.27.2) Requires-Dist: jmespath (<2.0.0,>=0.7.1) Requires-Dist: s3transfer (<0.7.0,>=0.6.0) Provides-Extra: crt diff --git a/contrib/python/boto3/py3/boto3/__init__.py b/contrib/python/boto3/py3/boto3/__init__.py index f52adf165e3..4f129b8f51d 100644 --- a/contrib/python/boto3/py3/boto3/__init__.py +++ b/contrib/python/boto3/py3/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.compat import _warn_deprecated_python from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.24.1' +__version__ = '1.24.2' # The default Boto3 session; autoloaded when needed. diff --git a/contrib/python/boto3/py3/boto3/s3/transfer.py b/contrib/python/boto3/py3/boto3/s3/transfer.py index cd7210e726f..3d572981e0d 100644 --- a/contrib/python/boto3/py3/boto3/s3/transfer.py +++ b/contrib/python/boto3/py3/boto3/s3/transfer.py @@ -210,7 +210,7 @@ class TransferConfig(S3TransferConfig): :param use_threads: If True, threads will be used when performing S3 transfers. If False, no threads will be used in - performing transfers: all logic will be ran in the main thread. + performing transfers; all logic will be run in the main thread. :param max_bandwidth: The maximum bandwidth that will be consumed in uploading and downloading file content. The value is an integer |