Specify MinIO always needs port declaration (#123)

Related allegroai/clearml#498
This commit is contained in:
Valeriano Manassero 2021-11-29 08:39:36 +01:00 committed by GitHub
parent 8ddd32b4d3
commit 276115afda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,16 @@ ClearML also supports [MinIO](https://github.com/minio/minio) by adding this con
# }
```
Note: to force usage of a non Amazon endpoint (like the MinIO example above), port declaration is *always* needed, even if standard; this is an example [MinIO](https://github.com/minio/minio) with TLS enabled:
```
# {
# host: "my-minio-host:443"
# key: "12345678"
# secret: "12345678"
# multipart: false
# secure: true
# }
```
### Configuring Azure
To configure Azure blob storage specify the account name and key.