host: "localhost:9000"
key: "minioadmin"
secret: "minioadmin"
host: "localhost:9000"key: "minioadmin"
secret: "minioadmin"
clearml-data close --id 1134b2601acc470698232f7f6610cd9c --storage
s3://localhost:9000/minio/testclearml-data - Dataset Management & Versioning CLI
Finalizing dataset id 1134b2601acc470698232f7f6610cd9c
Pending uploads, starting dataset upload to
s3://localhost:9000/minio/test2021-05-14 00:33:57,017 - clearml.storage - ERROR - Failed uploading: SSL validation failed for
https://localhost:9000/minio/test/.clearml.test [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1123)
Error: Insufficient permissions for
s3://localhost:9000/minio/test
Why is the link https
and not http
if you're using localhost?
humhhh idk SuccessfulKoala55 I just give this to the terminal
We,, in that case, I would suggest using the secure: false
setting, i.e.:... sdk { ... storage { aws { s3 { ... credentials: [ { host: "localhost:9000" key: "minioadmin" secret: "minioadmin" secure: false } ] } } } }
inside sdk.storage.aws.s3.credentials
?
clearml-data close --id 1134b2601acc470698232f7f6610cd9c --storage
s3://localhost:9000/minio/test
What's your storage configuration in clearml.conf
?
I'm not sure I can help with the technicality, but here is a basic question you'll be aksed - are you able to download anything from your minio using ClearML?