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
Hi, I'M Trying To Set Up

Hi, I'm trying to set up sdk.development.default_output_uri with a custom endpoint URL for an S3 bucket. It seems that the ClearML Python client didn't check the credentials supplied in sdk.aws.s3.credentials to authenticate itself to upload to the S3 bucket, thus I have a 403 error while running an experiment. I'm using the format https://necs.example.com/bucket as the default_output_uri . Am I doing this correctly?

  
  
Posted 2 years ago
Votes Newest

Answers 4


Hi NarrowLobster19 , Is this S3 bucket?

  
  
Posted 2 years ago

Hi NarrowLobster19 , can you send the configuration you used in sdk.aws.s3.credentials ? (obviously with the key/secret hidden)

  
  
Posted 2 years ago

credentials: [ # More info here: { host: "necs.example.com" key: "key_example" secret: "secret_example" } ]

  
  
Posted 2 years ago

This is using an ECS S3 bucket

  
  
Posted 2 years ago