mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Fix StorageManager doesn't support uploading files to minio (#763)
This commit is contained in:
@@ -1552,6 +1552,7 @@ class _Boto3Driver(_Driver):
|
||||
"endpoint_url": endpoint,
|
||||
"use_ssl": cfg.secure,
|
||||
"verify": cfg.verify,
|
||||
"region_name": cfg.region or None, # None in case cfg.region is an empty string
|
||||
"config": botocore.client.Config(
|
||||
max_pool_connections=max(
|
||||
int(_Boto3Driver._min_pool_connections),
|
||||
|
||||
Reference in New Issue
Block a user