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
Answered
Hello All, I'Ve A Question On S3 Integration. I'Ve Deployed Clearml And Clearml-Agent Helm Charts In My Ovh Managed K8S Cluster. I'Ve Jupyterhub Running In Same Namespace. I Was Trying To Make Connection With My Ovh S3 Bucket From Jupyter Notebook By Fetc

Hello All, I've a question on s3 integration. I've deployed clearml and clearml-agent helm charts in my OVH managed k8s cluster. I've jupyterhub running in same namespace. I was trying to make connection with my ovh s3 bucket from jupyter notebook by fetching keys and endpoints from clearml.conf but I keep on getting the error Invalid port or Invalid keys. In docs for non aws endpoints, I found only one example for minio which is very different from my use case. Does anyone know how to integrate if the endpoint is of this format " None "

  
  
Posted one year ago
Votes Newest

Answers 4


Hi TimelyOtter30 , not sure I follow. It looks like a misconfiguration. I think you need to see the correct settings here: None , also note the direct reference to minio 🙂

  
  
Posted one year ago

I have read the thread, the issue is somewhat similar but they haven't given any solution yet other than going through storage in docs page.

  
  
Posted one year ago

Sounds similar to our issue? We have self hosted S3
None

  
  
Posted one year ago

Hi CostlyOstrich36 I have tried to reach my minio bucket from notebook and have given creds in clearml.conf. But it keeps on showing the following error
2024-02-14 04:35:25,121 - clearml.storage - ERROR - Failed uploading: An error occurred (InvalidAccessKeyId) when calling the PutObject operation: The AWS Access Key Id you provided does not exist in our records.

ValueError: Insufficient permissions (delete failed) for 

Could you help me with that.

  
  
Posted one year ago
986 Views
4 Answers
one year ago
one year ago
Tags
aws