comparison Sphinx/source/plugins/object-storage.rst @ 629:dc915a25aa64

future option for azure blob storage
author Alain Mazy <am@osimis.io>
date Fri, 02 Apr 2021 09:44:21 +0200
parents e6a2bcf729b4
children 314466d6f7f7
comparison
equal deleted inserted replaced
628:e6a2bcf729b4 629:dc915a25aa64
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 "RootPath": "", // see below 222 "RootPath": "", // see below
222 "MigrationFromFileSystemEnabled": false, // see below 223 "MigrationFromFileSystemEnabled": false, // see below
223 "StorageStructure": "flat" // see below 224 "StorageStructure": "flat" // see below
224 } 225 }
225 226