Mercurial > hg > orthanc-book
changeset 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 | f5465ea63f44 |
files | Sphinx/source/plugins/object-storage.rst |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/plugins/object-storage.rst Wed Mar 17 12:04:31 2021 +0100 +++ b/Sphinx/source/plugins/object-storage.rst Fri Apr 02 09:44:21 2021 +0200 @@ -218,6 +218,7 @@ "AzureBlobStorage" : { "ConnectionString": "DefaultEndpointsProtocol=https;AccountName=xxxxxxxxx;AccountKey=yyyyyyyy===;EndpointSuffix=core.windows.net", "ContainerName" : "test-orthanc-storage-plugin", + "CreateContainerIfNotExists": true, // available from version 1.2.0 (not released yet) "RootPath": "", // see below "MigrationFromFileSystemEnabled": false, // see below "StorageStructure": "flat" // see below