Answered
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:
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?
Show more results
replies
20K Views
33
Answers
5 months ago
4 months ago
Tags