# HG changeset patch # User Alain Mazy # Date 1594284292 -7200 # Node ID fae16ea8b13cd454f7a58ac4363cf94cf17fe2ef # Parent fcc352fd42833ca043ed8293ca2ac7d57b7634c5 new AWS params diff -r fcc352fd4283 -r fae16ea8b13c Sphinx/source/plugins/object-storage.rst --- 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