Mercurial > hg > orthanc-object-storage
changeset 50:b40327079244
1.2.0
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 26 Apr 2021 09:37:58 +0200 |
parents | 6db76975d0f8 |
children | e3e7de14d560 8a1dfd2d790d |
files | Aws/CMakeLists.txt Azure/CMakeLists.txt Google/CMakeLists.txt NEWS README.md |
diffstat | 5 files changed, 10 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Aws/CMakeLists.txt Fri Apr 23 12:38:25 2021 +0200 +++ b/Aws/CMakeLists.txt Mon Apr 26 09:37:58 2021 +0200 @@ -4,7 +4,7 @@ project(OrthancAwsS3Storage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "1.2.0") include(CheckIncludeFileCXX)
--- a/Azure/CMakeLists.txt Fri Apr 23 12:38:25 2021 +0200 +++ b/Azure/CMakeLists.txt Mon Apr 26 09:37:58 2021 +0200 @@ -2,7 +2,7 @@ project(OrthancAzureBlobStorage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "1.2.0") include(CheckIncludeFileCXX)
--- a/Google/CMakeLists.txt Fri Apr 23 12:38:25 2021 +0200 +++ b/Google/CMakeLists.txt Mon Apr 26 09:37:58 2021 +0200 @@ -2,7 +2,7 @@ project(OrthancGoogleCloudStorage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "1.2.0") include(CheckIncludeFileCXX)
--- a/NEWS Fri Apr 23 12:38:25 2021 +0200 +++ b/NEWS Mon Apr 26 09:37:58 2021 +0200 @@ -1,6 +1,12 @@ Pending changes in the mainline =============================== + +2021-04-26 - v 1.2.0 +==================== + +* Added "CreateContainerIfNotExists" configuration option in the Azure plugin +* Support of ReadRange (JSON files are therefore not stored anymore) * Allow compilation of the AWS S3 plugin without vcpkg * Added "VirtualAddressing" configuration option in the AWS S3 plugin (for compatibility with minio)
--- a/README.md Fri Apr 23 12:38:25 2021 +0200 +++ b/README.md Mon Apr 26 09:37:58 2021 +0200 @@ -82,7 +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) + "CreateContainerIfNotExists": true, // available from version 1.2.0 "RootPath": "", // optional: folder in which files are stored (ex: my/path/to/myfolder) "StorageEncryption" : {...}, "StorageStructure" : "flat",