# HG changeset patch # User Alain Mazy # Date 1765794341 -3600 # Node ID 202b98f79bf5f24f7cf6d25cf680ef59ce497361 # Parent e6c6ef5dfc02bec0fd69e8c12a3f13a4ecbe7762 S3 transfer mode diff -r e6c6ef5dfc02 -r 202b98f79bf5 Sphinx/source/plugins/object-storage.rst --- a/Sphinx/source/plugins/object-storage.rst Thu Dec 11 16:53:54 2025 +0100 +++ b/Sphinx/source/plugins/object-storage.rst Mon Dec 15 11:25:41 2025 +0100 @@ -107,6 +107,8 @@ "StorageEncryption" : {}, // optional: see the section related to encryption "HybridMode": "Disabled", // optional: see the section related to Hybrid storage "UseTransferManager": false, // optional: see below (available from version 2.3.0) + "TransferPoolSize": 10, // optional: see below (available from version 2.3.0) + "TransferBufferSize": 5, // optional: see below (available from version 2.3.0) "EnableAwsSdkLogs": false, // optional: include AWS SDK logs in Orthanc logs "StorageClass": "STANDARD" // optional: see below (available from version 2.5.0) } @@ -124,6 +126,7 @@ The **UseTransferManager** configuration is used to select the `Transfer Manager `__ mode in the AWS SDK client. This option was introduced in version 2.3.0. If set to false (default value), the default "object" mode is used. +The **TransferPoolSize** and **TransferBufferSize** configurations can be used to fine tune the Transfer Manager mode. The **StorageClass** configuration is used to select the `Storage Class `__ of the uploaded files. This option was introduced in version 2.5.0. Allowed values are ``"STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA",