# HG changeset patch # User Alain Mazy # Date 1617349461 -7200 # Node ID dc915a25aa646fc7ecc162a502cc061fd5f8745f # Parent e6a2bcf729b488b1367f07806db51f0b0f7fefa7 future option for azure blob storage diff -r e6a2bcf729b4 -r dc915a25aa64 Sphinx/source/plugins/object-storage.rst --- 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