Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Unanswered
Hey, Can Someone Help Me Setup The Configuration To Use Minio? I Have Been Trying To Solve This Puzzle For A Few Hours Now. I Have Minio In My K8S On Prem, With Https (Valid Cert) On

Hey, can someone help me setup the configuration to use minio?
I have been trying to solve this puzzle for a few hours now.
I have minio in my k8s on prem, with https (valid cert) on None , and I created a key and secret key.
Trying to pass it to the clearml agent with clearml.conf:

sdk {
  aws {
    s3 {      
      credentials: [
          {
            host: "minio-api.bialek.dev:443"
            key: "mykey"
            secret: "mysecret"
            multipart: false
            secure: true
            verify: false
          },
      ]
    }
  }
}

And running:

clearml-data create --project "cars-testing-project" --name "random-cars-pictures" --storage " None " && clearml-data close

give me:

Error: Could not get access credentials for '
' , check configuration file ~/clearml.conf

I have follow the documentation, and been trying several configurations..

ref:
None

  
  
Posted 2 months ago
Votes Newest

Answers

378 Views
0 Answers
2 months ago
2 months ago
Tags