I also tried passing the default port for minio for host in config
eg: host: “ostore.xyz.tech:9000”
But getting same error.
FYI: I also changed the files_server in config
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: @<1523701435869433856:profile|SmugDolphin23> could you please help?
I also tried passing the default port for minio for host in config
eg: host: “ostore.xyz.tech:9000”
But getting same error.
FYI: I also changed the files_server in config