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
Unanswered
Hi, We Ran Into A Bit Of A Problem Storing Artifacts In S3. In Python 3.10 When The Files Are Large Enough For Multipart Uploading To Kick In, Something Goes Wrong In Boto3 With Threading Causing The Upload To Fail. (Exact Error Being


The error originates from boto3. This seems to be a https://github.com/boto/boto3/issues/3113 with one possible solution being disabling threading. The problem does no occur on Python 3.8.10.

  
  
Posted one year ago
105 Views
0 Answers
one year ago
one year ago