comparison Sphinx/source/plugins/object-storage.rst @ 990:27b75c653a8b

metrics
author Alain Mazy <am@osimis.io>
date Tue, 21 Nov 2023 10:36:44 +0100
parents 38909a00964c
children 1316bc62b5d5
comparison
equal deleted inserted replaced
989:38909a00964c 990:27b75c653a8b
71 "StorageStructure": "flat", // optional: see below 71 "StorageStructure": "flat", // optional: see below
72 "EnableLegacyUnknownFiles": true, // optional: see below 72 "EnableLegacyUnknownFiles": true, // optional: see below
73 "VirtualAddressing": true, // optional: see the section related to MinIO 73 "VirtualAddressing": true, // optional: see the section related to MinIO
74 "StorageEncryption" : {}, // optional: see the section related to encryption 74 "StorageEncryption" : {}, // optional: see the section related to encryption
75 "HybridMode": "Disabled", // optional: see the section related to Hybrid storage 75 "HybridMode": "Disabled", // optional: see the section related to Hybrid storage
76 "UseTransferManager": false // optional: see below (available from version 2.3.0) 76 "UseTransferManager": false, // optional: see below (available from version 2.3.0)
77 "EnableAwsSdkLogs": false // optional: include AWS SDK logs in Orthanc logs
77 } 78 }
78 79
79 The **EndPoint** configuration is used when accessing an S3 compatible cloud provider. I.e. here is a configuration to store data on Scaleway:: 80 The **EndPoint** configuration is used when accessing an S3 compatible cloud provider. I.e. here is a configuration to store data on Scaleway::
80 81
81 "AwsS3Storage" : { 82 "AwsS3Storage" : {