mirror of
https://github.com/clearml/clearml-docs
synced 2025-04-03 12:51:54 +00:00
Specify MinIO always needs port declaration (#123)
Related allegroai/clearml#498
This commit is contained in:
parent
8ddd32b4d3
commit
276115afda
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user