# HG changeset patch # User Alain Mazy # Date 1621584709 -7200 # Node ID f1688e875d3ecd3d3e6f014ee89bb1fe3905358f # Parent 1c3e34f5c5c65abb964b305f3355eb71b93bfef8 doc diff -r 1c3e34f5c5c6 -r f1688e875d3e README.md --- 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)