Mercurial > hg > orthanc-book
changeset 463:fae16ea8b13c
new AWS params
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Thu, 09 Jul 2020 10:44:52 +0200 |
parents | fcc352fd4283 |
children | 5ea70331c0be |
files | Sphinx/source/plugins/object-storage.rst |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/plugins/object-storage.rst Wed Jul 08 16:53:51 2020 +0200 +++ b/Sphinx/source/plugins/object-storage.rst Thu Jul 09 10:44:52 2020 +0200 @@ -121,7 +121,10 @@ "BucketName": "test-orthanc-s3-plugin", "Region" : "eu-central-1", "AccessKey" : "AKXXX", - "SecretKey" : "RhYYYY" + "SecretKey" : "RhYYYY", + "Endpoint": "", // optional - currently in mainline version only: custom endpoint + "ConnectionTimeout": 30, // optional - currently in mainline version only: connection timeout in seconds + "RequestTimeout": 1200 // optional - currently in mainline version only: request timeout in seconds (max time to upload/download a file) } Azure Blob Storage plugin