Mercurial > hg > orthanc-book
changeset 464:5ea70331c0be
AWS Endpoint doc
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Thu, 09 Jul 2020 11:15:28 +0200 |
parents | fae16ea8b13c |
children | 5bb6bc85f99f |
files | Sphinx/source/plugins/object-storage.rst |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 ^^^^^^^^^^^^^^^^^^^^^^^^^