From 276115afda03e668055da383c340752375920523 Mon Sep 17 00:00:00 2001 From: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com> Date: Mon, 29 Nov 2021 08:39:36 +0100 Subject: [PATCH] Specify MinIO always needs port declaration (#123) Related allegroai/clearml#498 --- docs/integrations/storage.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/integrations/storage.md b/docs/integrations/storage.md index a1fc8893..be8f64fb 100644 --- a/docs/integrations/storage.md +++ b/docs/integrations/storage.md @@ -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.