Skip to content

Upgrade S3 plugin to version 1.11.1 of the Orthanc SDK

Rob Oakes requested to merge osimis/s3-plugin into master

Updates the Radpoint (Oak-Tree) plugin so that it is compatible version 1.9.4 (and greater) of the Orthanc API.

  • Added 1.9.4 version of SDK
  • Modified CMake files to use the same build system as the Orthanc object storage plugin.
  • Fixed issues preventing compile and run of the plugin.
  • Modified Dockerfile so that it removes the Osimis S3 object storage plugin. If both the Radpointe and Osimis plugin are present, Orthanc segfaults during init.
  • Modified AWS SDK configuration to take a copy of the Orthanc configuration rather than the AWS parameters.
    • Removed default region and buckets.
    • Added check (with error) if region and bucket settings not provided.
Edited by Rob Oakes

Merge request reports