From d801c3be55ef4207c28da27baed45bd665b48bca Mon Sep 17 00:00:00 2001 From: kees-z Date: Mon, 3 May 2021 20:16:55 +0200 Subject: [PATCH] Update 05-storage-providers.md Option "--s3-client" added to S3 Compatible Storage provider. --- docs/05-storage-providers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/05-storage-providers.md b/docs/05-storage-providers.md index b046006..763fdda 100644 --- a/docs/05-storage-providers.md +++ b/docs/05-storage-providers.md @@ -185,6 +185,8 @@ Amazon charges slightly more for non-US buckets. Known bucket locations: * South America (São Paulo): sa-east-1 * `--use-ssl` Use this flag to communicate using Secure Socket Layer (SSL) over http (https). Note that bucket names containing a period has problems with SSL connections. +* `--s3-client` +Set either to aws or minio . Then either the AWS SDK or Minio SDK will used to communicate with S3 services. * `--auth-password` The password used to connect to the server. This may also be supplied as the environment variable `AUTH_PASSWORD`. * `--auth-username`