Skip to content

Commit

Permalink
fix: missing argument when using minio
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadAgfian96 committed Oct 20, 2022
1 parent 25df5ef commit 01db9aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clearml/storage/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1490,6 +1490,7 @@ def __init__(self, name, cfg):
with self._creation_lock:
boto_kwargs = {
"endpoint_url": endpoint,
"region_name": cfg.region,
"use_ssl": cfg.secure,
"verify": cfg.verify,
"config": botocore.client.Config(
Expand Down

0 comments on commit 01db9aa

Please sign in to comment.