Unanswered
[Issue With Minio]
Hi,
I Am Using Clearml=1.8.3, But It Seems Still Have Trouble With Minio Connection.
my config is same like issue #763
` import clearml
from clearml import StorageManager, Dataset
from rich import print
version_clearml = clearml.version
manager = StorageManager()
print(f'clearml: {version_clearml}')
try:
minio_s3_url = 'x/x/x/x/x/x/x'
print('\n-------------download folder-------------')
target_folder = manager.download_folder(
local_folder='tmp',
remote_url=f' '
)
except Exception as e:
print(e)
print('FAILED: download folder') `
Hi SuccessfulKoala55 , after i tried from version 1.7.2 to newest 1.8.3, but failed. Sorry i forgot what version i tried, but possiblly 1.7.3rc0, but it also failed today.
Hi AgitatedDove14 , yeah, my config is same like issue #763
Hi SmugDolphin23 , like issue reported on github, i tried using boto3 and works.
175 Views
0
Answers
one year ago
one year ago