Mercurial > hg > orthanc-book
changeset 989:38909a00964c
fix s3
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 16 Nov 2023 12:23:37 +0100 |
parents | afea429661c2 |
children | 27b75c653a8b |
files | Sphinx/source/plugins/object-storage.rst |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/plugins/object-storage.rst Thu Nov 16 08:37:28 2023 +0100 +++ b/Sphinx/source/plugins/object-storage.rst Thu Nov 16 12:23:37 2023 +0100 @@ -73,7 +73,7 @@ "VirtualAddressing": true, // optional: see the section related to MinIO "StorageEncryption" : {}, // optional: see the section related to encryption "HybridMode": "Disabled", // optional: see the section related to Hybrid storage - "UseTransferMode": true // optional: see below (available from version 2.3.0) + "UseTransferManager": false // optional: see below (available from version 2.3.0) } The **EndPoint** configuration is used when accessing an S3 compatible cloud provider. I.e. here is a configuration to store data on Scaleway:: @@ -87,9 +87,8 @@ } -The **UseTransferMode** configuration is used to select the `Transfer Manager <https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/examples-s3-transfermanager.html>`__ mode in the AWS SDK client. -This option was introduced in version 2.3.0 and is the default one. If set to false, the default mode -is used. +The **UseTransferManager** configuration is used to select the `Transfer Manager <https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/examples-s3-transfermanager.html>`__ 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. .. _minio: