comparison Sphinx/source/plugins/object-storage.rst @ 647:314466d6f7f7

fix
author Alain Mazy <am@osimis.io>
date Mon, 26 Apr 2021 10:02:02 +0200
parents dc915a25aa64
children 6bc19941ffcd
comparison
equal deleted inserted replaced
646:fe7b80fe3caf 647:314466d6f7f7
216 Sample configuration:: 216 Sample configuration::
217 217
218 "AzureBlobStorage" : { 218 "AzureBlobStorage" : {
219 "ConnectionString": "DefaultEndpointsProtocol=https;AccountName=xxxxxxxxx;AccountKey=yyyyyyyy===;EndpointSuffix=core.windows.net", 219 "ConnectionString": "DefaultEndpointsProtocol=https;AccountName=xxxxxxxxx;AccountKey=yyyyyyyy===;EndpointSuffix=core.windows.net",
220 "ContainerName" : "test-orthanc-storage-plugin", 220 "ContainerName" : "test-orthanc-storage-plugin",
221 "CreateContainerIfNotExists": true, // available from version 1.2.0 (not released yet) 221 "CreateContainerIfNotExists": true, // available from version 1.2.0
222 "RootPath": "", // see below 222 "RootPath": "", // see below
223 "MigrationFromFileSystemEnabled": false, // see below 223 "MigrationFromFileSystemEnabled": false, // see below
224 "StorageStructure": "flat" // see below 224 "StorageStructure": "flat" // see below
225 } 225 }
226 226