# HG changeset patch # User Alain Mazy # Date 1700133817 -3600 # Node ID 38909a00964cfaccd39342fab399d262c6c4fe7a # Parent afea429661c245f886d3e263564bd8d038896998 fix s3 diff -r afea429661c2 -r 38909a00964c Sphinx/source/plugins/object-storage.rst --- 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 `__ 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 `__ 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: