Hi John
Well, I didn’t setup anything extra 🙂
HomelyBluewhale47 , how did you set the output_uri
?
I also tried passing the default port for minio for host in config
eg: host: “ostore.xyz.tech:9000”
But getting same error.
Hi everyone. I’m struggling to setup minio storage. Below is what I’m adding in my credentials and when I try to create a new dataset using below command; I get errors:
configs:
sdk {
aws {
s3 {
# default, used for any bucket not specified below
key: ""
secret: ""
region: ""
credentials: [
{
# This will apply to all buckets in this host (unless key/value is specifically provided for a given bucket)
host: "ostore.xyz.tech"
key: "my_access_key"
secret: "my_secret_key"
multipart: false
secure: false
}
]
}
}
}
command: clearml-data create --storage "
None " --project dummyproject --name testingds1
Note: I’ve already created a bucket in minio named clearml
Error:
Error: Insufficient permissions (write failed) for
Am I missing anything?
cc: SmugDolphin23 could you please help?
Hi John
Well, I didn’t setup anything extra 🙂
HomelyBluewhale47 , how did you set the output_uri
?
I also tried passing the default port for minio for host in config
eg: host: “ostore.xyz.tech:9000”
But getting same error.