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 Everyone Trying To Add Cloudflare R2 Storage To Api.Files_Server Or Sdk.Development.Default_Output_Uri As Https://<Id>.


@<1523701087100473344:profile|SuccessfulKoala55> Thanks!
After some research this config works:
s3 {
key: "<AWS_ACCESS_KEY_ID>"
secret: "<AWS_SECRET_ACCESS_KEY>"
region: "auto"
use_credentials_chain: true
credentials: [
# specifies key/secret credentials to use when handling s3 urls (read or write)
{
host: "<id>. r2.cloudflarestorage.com "
bucket: "<bucket_name>"
key: "<AWS_ACCESS_KEY_ID>"
secret: "<AWS_SECRET_ACCESS_KEY>"
multipart: false
secure: true
}
]
}

And output_uri in this format “s3://<id>. r2.cloudflarestorage.com/ <bucket_name>”

  
  
Posted one year ago
121 Views
0 Answers
one year ago
one year ago