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 Tried This, But Got Unexpected Result When Set

Hi,
i tried this, but got unexpected result when set with_metadata=True
source_url = ' ` '

remote_objects = StorageManager.list(source_url, with_metadata=True, return_full_path=True) result: 2022-11-15 19:46:51,253 - clearml - WARNING - Can not list files for ' ' - local variable 'size' referenced before assignment this is the obj: _Boto3Driver.ListResult(name='dataset/x/x/x/target-folder/x/day1_set1_flip_20220715120043_c8c34f1130104974b602655f44448a00.jpg') `
its not return all list file inside target-folder

clearml=1.8.0
s3 = using minio

  
  
Posted one year ago
Votes Newest

Answers 2


There seem to be a similar error here: https://github.com/aws/aws-cli/issues/4758

Could it be minio isn't on the same API version as S3?

  
  
Posted one year ago

this is a bug, we will fix this asap

  
  
Posted one year ago
685 Views
2 Answers
one year ago
one year ago
Tags