diff README.md @ 6:393fcf337462

AWS: added 3 configurations: Endpoint, ConnectionTimeout, RequestTimeout
author Alain Mazy
date Thu, 09 Jul 2020 10:40:44 +0200
parents 4e326cea533e
children 2a02b21f0a19
line wrap: on
line diff
--- a/README.md	Fri Jul 03 15:43:20 2020 +0200
+++ b/README.md	Thu Jul 09 10:40:44 2020 +0200
@@ -100,6 +100,9 @@
     	"BucketName": "test-orthanc-s3-plugin",
         "Region" : "eu-central-1",
         "AccessKey" : "AKXXX",
-        "SecretKey" : "RhYYYY"
+        "SecretKey" : "RhYYYY",
+        "Endpoint": "",                 // optional: custom endpoint
+        "ConnectionTimeout": 30,        // optional: connection timeout in seconds
+        "RequestTimeout": 1200          // optional: request timeout in seconds (max time to upload/download a file)
     }
 ```
\ No newline at end of file