comparison Sphinx/source/plugins/object-storage.rst @ 1106:ceeab11899ee

typo (bc s first commit)
author Benoit Crickboom <bc@orthanc.team>
date Fri, 30 Aug 2024 13:46:45 +0200
parents 337bbecf74c0
children
comparison
equal deleted inserted replaced
1105:92f294db6a84 1106:ceeab11899ee
196 "CreateContainerIfNotExists": true, // available from version 1.2.0 196 "CreateContainerIfNotExists": true, // available from version 1.2.0
197 "RootPath": "", // see below 197 "RootPath": "", // see below
198 "MigrationFromFileSystemEnabled": false, // see below 198 "MigrationFromFileSystemEnabled": false, // see below
199 "StorageStructure": "flat", // see below 199 "StorageStructure": "flat", // see below
200 "EnableLegacyUnknownFiles": true, // optional: see below 200 "EnableLegacyUnknownFiles": true, // optional: see below
201 "StorageEncryption" : {} // optional: see the section related to encryption 201 "StorageEncryption" : {}, // optional: see the section related to encryption
202 "HybridMode": "Disabled" // optional: see the section related to Hybrid storage 202 "HybridMode": "Disabled" // optional: see the section related to Hybrid storage
203 } 203 }
204 204
205 205
206 Google Storage plugin 206 Google Storage plugin
213 "BucketName": "test-orthanc-storage-plugin", 213 "BucketName": "test-orthanc-storage-plugin",
214 "RootPath": "", // see below 214 "RootPath": "", // see below
215 "MigrationFromFileSystemEnabled": false, // see below 215 "MigrationFromFileSystemEnabled": false, // see below
216 "StorageStructure": "flat", // see below 216 "StorageStructure": "flat", // see below
217 "EnableLegacyUnknownFiles": true, // optional: see below 217 "EnableLegacyUnknownFiles": true, // optional: see below
218 "StorageEncryption" : {} // optional: see the section related to encryption 218 "StorageEncryption" : {}, // optional: see the section related to encryption
219 "HybridMode": "Disabled" // optional: see the section related to Hybrid storage 219 "HybridMode": "Disabled" // optional: see the section related to Hybrid storage
220 } 220 }
221 221
222 222
223 Migration & Hybrid mode Storage structure 223 Migration & Hybrid mode Storage structure