From 87f0e63b28d097a5353f5c8999983561d65af3a2 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Thu, 15 Feb 2024 19:02:01 +0200 Subject: [PATCH] Fix setting output_uri when a config section with secure=false exists will raise an error --- clearml/storage/helper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/clearml/storage/helper.py b/clearml/storage/helper.py index c8e78f9f..b0acb042 100644 --- a/clearml/storage/helper.py +++ b/clearml/storage/helper.py @@ -2082,6 +2082,7 @@ class StorageHelper(object): token=token or self._conf.token, profile=profile or self._conf.profile, extra_args=self._conf.extra_args, + secure=self._conf.secure ) if not self._conf.use_credentials_chain: