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 Everyone! I Have A Question Regarding The Use Of S3 For Storage. At Our Company, We Only Use Temporary S3 Credentials (Key+Secret+Token) For Security Reasons. That Should Be No Problem On The User Side, As We Can Use The Credential Chain. However, For

Hi everyone! I have a question regarding the use of s3 for storage. At our company, we only use temporary s3 credentials (key+secret+token) for security reasons. That should be no problem on the user side, as we can use the credential chain. However, for the web UI you can only enter permanent credentials (key+secret). Do you have any suggestions for that? Or do you plan to add support for temporary s3 credentials in the web UI?

  
  
Posted 11 months ago
Votes Newest

Answers 3


None

  
  
Posted 11 months ago

I don't think there is such an option currently but it does make sense. Please open a GitHub feature request for this 🙂

  
  
Posted 11 months ago

Thanks! Will do

  
  
Posted 11 months ago
545 Views
3 Answers
11 months ago
11 months ago
Tags
Similar posts