changeset 54:f1688e875d3e

doc
author Alain Mazy <am@osimis.io>
date Fri, 21 May 2021 10:11:49 +0200
parents 1c3e34f5c5c6
children 9d03e24dafc1
files README.md
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Fri May 21 09:02:53 2021 +0200
+++ b/README.md	Fri May 21 10:11:49 2021 +0200
@@ -119,14 +119,14 @@
 * `cd build/aws` 
 * `cmake -DCMAKE_TOOLCHAIN_FILE=[vcpkg root]\scripts\buildsystems\vcpkg.cmake ../../orthanc-object-storage/Aws`
 
-### Azure plugin configuration ###
+### AWS S3 plugin configuration ###
 
 ```
     "AwsS3Storage" : {
     	"BucketName": "test-orthanc-s3-plugin",
         "Region" : "eu-central-1",
-        "AccessKey" : "AKXXX",
-        "SecretKey" : "RhYYYY",
+        "AccessKey" : "AKXXX",          // optional: if not specified, the plugin will use the default credentials manager (from version 1.3.0)
+        "SecretKey" : "RhYYYY",         // optional: if not specified, the plugin will use the default credentials manager (from version 1.3.0)
         "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)