comparison Sphinx/source/plugins/object-storage.rst @ 463:fae16ea8b13c

new AWS params
author Alain Mazy <alain@mazy.be>
date Thu, 09 Jul 2020 10:44:52 +0200
parents a4ed4e883337
children 5ea70331c0be
comparison
equal deleted inserted replaced
462:fcc352fd4283 463:fae16ea8b13c
119 119
120 "AwsS3Storage" : { 120 "AwsS3Storage" : {
121 "BucketName": "test-orthanc-s3-plugin", 121 "BucketName": "test-orthanc-s3-plugin",
122 "Region" : "eu-central-1", 122 "Region" : "eu-central-1",
123 "AccessKey" : "AKXXX", 123 "AccessKey" : "AKXXX",
124 "SecretKey" : "RhYYYY" 124 "SecretKey" : "RhYYYY",
125 "Endpoint": "", // optional - currently in mainline version only: custom endpoint
126 "ConnectionTimeout": 30, // optional - currently in mainline version only: connection timeout in seconds
127 "RequestTimeout": 1200 // optional - currently in mainline version only: request timeout in seconds (max time to upload/download a file)
125 } 128 }
126 129
127 Azure Blob Storage plugin 130 Azure Blob Storage plugin
128 ^^^^^^^^^^^^^^^^^^^^^^^^^ 131 ^^^^^^^^^^^^^^^^^^^^^^^^^
129 132