comparison Sphinx/source/plugins/object-storage.rst @ 1023:5d4701d8fe28

replaced osimis/orthanc by orthancteam/orthanc
author Alain Mazy <am@osimis.io>
date Thu, 01 Feb 2024 15:09:48 +0100
parents fcfd53aa7446
children e1f7f1e2d148
comparison
equal deleted inserted replaced
1022:2969cbebbc91 1023:5d4701d8fe28
27 27
28 28
29 Pre-compiled binaries 29 Pre-compiled binaries
30 --------------------- 30 ---------------------
31 31
32 These 3 plugins are provided as part of the ``osimis/orthanc`` :ref:`Docker images <docker-osimis>`. 32 These 3 plugins are provided as part of the ``orthancteam/orthanc`` :ref:`Docker images <docker-orthancteam>`.
33 The AWS plugin is available in the default Docker images while the Azure and Google plugins are available 33 The AWS plugin is available in the default Docker images while the Azure and Google plugins are available
34 in the ``-full`` images. 34 in the ``-full`` images.
35 35
36 The Azure plugin is also available as part of the `Windows Installer 36 The Azure plugin is also available as part of the `Windows Installer
37 <https://orthanc.uclouvain.be/downloads/windows-64/installers/index.html>`__ 37 <https://orthanc.uclouvain.be/downloads/windows-64/installers/index.html>`__
255 Note that you can not change these configurations once you've uploaded the first files in Orthanc. 255 Note that you can not change these configurations once you've uploaded the first files in Orthanc.
256 256
257 The **MigrationFromFileSystemEnabled** configuration has been superseded by the **HybridMode** in v 2.1.0. 257 The **MigrationFromFileSystemEnabled** configuration has been superseded by the **HybridMode** in v 2.1.0.
258 258
259 The **EnableLegacyUnknownFiles** configuration has been introduced to allow recent version of the plugins (from 1.3.3) 259 The **EnableLegacyUnknownFiles** configuration has been introduced to allow recent version of the plugins (from 1.3.3)
260 continue working with data that was saved with Orthanc version around 1.9.3 and plugins version around 1.2.0 (e.g. osimis/orthanc:21.5.1 docker images). 260 continue working with data that was saved with Orthanc version around 1.9.3 and plugins version around 1.2.0 (e.g. orthancteam/orthanc:21.5.1 docker images).
261 With these specific versions, some ``.unk`` files were generated instead of ``.dcm.head`` files. With this configuration option enabled, 261 With these specific versions, some ``.unk`` files were generated instead of ``.dcm.head`` files. With this configuration option enabled,
262 when reading files, the plugin will try both file extensions. 262 when reading files, the plugin will try both file extensions.
263 If you have ``.unk`` files in your storage, you must enable this configuration. 263 If you have ``.unk`` files in your storage, you must enable this configuration.
264 264
265 Sample setups 265 Sample setups