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 2 years ago
Votes Newest

Answers 7


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

  
  
Posted 2 years ago

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 2 years ago

Using admin account it all works

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago
835 Views
7 Answers
2 years ago
one year ago
Tags