Fix setting output_uri when a config section with secure=false exists will raise an error

This commit is contained in:
allegroai 2024-02-15 19:02:01 +02:00
parent 0594a5ac85
commit 87f0e63b28

View File

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