Mercurial > hg > orthanc-book
diff Sphinx/source/plugins/google-cloud-platform.rst @ 451:938206110483
added object storage
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Fri, 03 Jul 2020 12:52:11 +0200 |
parents | 2922fb1bd65e |
children | a4ed4e883337 |
line wrap: on
line diff
--- a/Sphinx/source/plugins/google-cloud-platform.rst Fri Jul 03 09:39:25 2020 +0200 +++ b/Sphinx/source/plugins/google-cloud-platform.rst Fri Jul 03 12:52:11 2020 +0200 @@ -57,16 +57,17 @@ The compilation produces a shared library ``OrthancGoogleCloudPlatform`` that contains the GCP -plugin. Pre-compiled binaries for Microsoft Windows `are available -<https://www.orthanc-server.com/browse.php?path=/plugin-google-cloud>`__, -and are included in the `Windows installers -<https://www.orthanc-server.com/download-windows.php>`__. +plugin. Under the hood, the GCP plugin is built on the top of the official `Google Cloud Platform C++ Client Libraries <https://github.com/googleapis/google-cloud-cpp>`__. +Given this plugin is used to interface with a commercial & proprietary +service, pre-compiled Windows/Docker binaries are available only for +companies who have subscribed for a `support contract <https://www.osimis.io/en/services.html#cloud-plugins>`__ at Osimis. + Configuration -------------