Update 05-storage-providers.md

Option "--s3-client" added to S3 Compatible Storage provider.
This commit is contained in:
kees-z 2021-05-03 20:16:55 +02:00 committed by GitHub
parent 2af9bf8888
commit d801c3be55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`