# HG changeset patch # User Alain Mazy # Date 1594286128 -7200 # Node ID 5ea70331c0be1bf47cdc733ed03933957eafd051 # Parent fae16ea8b13cd454f7a58ac4363cf94cf17fe2ef AWS Endpoint doc diff -r fae16ea8b13c -r 5ea70331c0be Sphinx/source/plugins/object-storage.rst --- a/Sphinx/source/plugins/object-storage.rst Thu Jul 09 10:44:52 2020 +0200 +++ b/Sphinx/source/plugins/object-storage.rst Thu Jul 09 11:15:28 2020 +0200 @@ -127,6 +127,16 @@ "RequestTimeout": 1200 // optional - currently in mainline version only: request timeout in seconds (max time to upload/download a file) } +The **EndPoint** configuration is used when accessing an S3 compatible cloud provider. I.e. here is a configuration to store data on Scaleway:: + + "AwsS3Storage" : { + "BucketName": "test-orthanc", + "Region": "fr-par", + "AccessKey": "XXX", + "SecretKey": "YYY", + "Endpoint": "s3.fr-par.scw.cloud" + }, + Azure Blob Storage plugin ^^^^^^^^^^^^^^^^^^^^^^^^^