Mercurial > hg > orthanc-object-storage
diff README.md @ 48:ff113c3561c5
coding style + doc
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 02 Apr 2021 09:46:41 +0200 |
parents | 7ddd840563c9 |
children | b40327079244 |
line wrap: on
line diff
--- a/README.md Fri Apr 02 09:30:52 2021 +0200 +++ b/README.md Fri Apr 02 09:46:41 2021 +0200 @@ -82,6 +82,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": "", // optional: folder in which files are stored (ex: my/path/to/myfolder) "StorageEncryption" : {...}, "StorageStructure" : "flat",