Mercurial > hg > orthanc-object-storage
changeset 35:8a7a5defd5d0
upgrade orthanc framework to 1.8.2 in AWS S3 plugin
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 04 Jan 2021 17:13:47 +0100 |
parents | 70da4ce5c7cc |
children | b649aebfcc61 |
files | Aws/CMakeLists.txt Common/StoragePlugin.cpp |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Aws/CMakeLists.txt Fri Oct 09 10:23:27 2020 +0200 +++ b/Aws/CMakeLists.txt Mon Jan 04 17:13:47 2021 +0100 @@ -9,7 +9,7 @@ include(CheckIncludeFileCXX) set(ORTHANC_FRAMEWORK_SOURCE "hg" CACHE STRING "orthanc source") -set(ORTHANC_FRAMEWORK_VERSION "1.7.3" CACHE STRING "orthanc framework version") +set(ORTHANC_FRAMEWORK_VERSION "1.8.2" CACHE STRING "orthanc framework version") set(USE_VCPKG_PACKAGES ON CACHE BOOL "Use vcpkg to link against crypto++ and AWS SDK") set(STATIC_AWS_CLIENT ON CACHE BOOL "Statically link against AWS client library (only if USE_VCPKG_PACKAGES=OFF)") set(ALLOW_DOWNLOADS ON)
--- a/Common/StoragePlugin.cpp Fri Oct 09 10:23:27 2020 +0200 +++ b/Common/StoragePlugin.cpp Mon Jan 04 17:13:47 2021 +0100 @@ -39,6 +39,8 @@ #include "../Common/EncryptionHelpers.h" #include "../Common/EncryptionConfigurator.h" + +#include <Logging.h> #include <SystemToolbox.h> static std::unique_ptr<IStoragePlugin> plugin;