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 ’Ve Got This Error

Hi ! I ’ve got this error
Insufficient permissions (delete failed)during configuring specific key/access for bucket in minio s3. this pair have all s3:* accesses in its policy for this bucket

  
  
Posted one year ago
Votes Newest

Answers 7


Unfortunately no, I can use created user to wirte/delete files from interface or with mc command, and with clearml usage I cannot do it, however, I can do it while using minio admin account (who can create users, buckets, etc.)

  
  
Posted one year ago

ReassuredArcticwolf33 you mean an admin account's credentials for the storage bucket?

  
  
Posted one year ago

Problem was solved by changing url and place in clearml.conf

  
  
Posted one year ago

Hi ReassuredArcticwolf33 , what are you trying to do and how is it being done via code?

  
  
Posted one year ago

output_model.set_upload_destination(‘ s3://s3_url:443/bucket/’ )

  
  
Posted one year ago

Using admin account it all works

  
  
Posted one year ago
605 Views
7 Answers
one year ago
one year ago
Tags