mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 14:37:18 +00:00
Add boto3 multipart config options (#618)
This commit is contained in:
parent
bc55b15a57
commit
7f9a148285
@ -762,19 +762,12 @@ metrics, network, AWS S3 buckets and credentials, Google Cloud Storage, Azure St
|
|||||||
|
|
||||||
**`sdk.aws.boto3`** (*dict*)
|
**`sdk.aws.boto3`** (*dict*)
|
||||||
|
|
||||||
* Dictionary of AWS Storage, Boto3 options.
|
* Dictionary of AWS Storage, Boto3 options. The keys include:
|
||||||
|
* `max_multipart_concurrency` (*integer*) - The maximum number of threads making requests for a transfer.
|
||||||
|
* `multipart_threshold` (*integer*) - The transfer size threshold. If size above threshold, Boto3 will automatically use multipart uploads, downloads, and copies (in bytes)
|
||||||
|
* `multipart_chunksize` (*integer*) - The size of each part of a multipart transfer (in bytes).
|
||||||
|
* `pool_connections` (*integer*) - The maximum number of Boto3 pool connections.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**`sdk.aws.boto3.pool_connections`** (*integer*)
|
|
||||||
|
|
||||||
* For AWS Boto3, The maximum number of Boto3 pool connections.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**`sdk.aws.boto3.max_multipart_concurrency`** (*integer*)
|
|
||||||
|
|
||||||
* For AWS Boto3, the maximum number of threads making requests for a transfer.
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user