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
Hey Guys, Thanks For Creating Slack Workspace, That'S Really Cool. Question - Are We Missing Smth Or Is Currently Not Possible To Pass S3 Credentials Via Env Variables? We Forked Trains And Added A Simple Fix (

hey guys, thanks for creating Slack workspace, that's really cool. question - are we missing smth or is currently not possible to pass S3 credentials via env variables? we forked trains and added a simple fix ( https://github.com/FscoreLab/trains/blob/master/trains/storage/helper.py#L216 ), but maybe it's already there?

  
  
Posted 4 years ago
Votes Newest

Answers 3


Hi DilapidatedDucks58 ! We've just released Trains v0.13.3 which includes support for obtaining AWS credentials from the environment 🙂

  
  
Posted 4 years ago

Hi DilapidatedDucks58 ! You are quite right, and we actually have a very similar change we'll be releasing soon 🙂

  
  
Posted 4 years ago

awesome!

  
  
Posted 4 years ago
807 Views
3 Answers
4 years ago
one year ago
Tags