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 Am Trying To Upload My Dataset To S3 That Is Secured With Https. I Can Do It When My S3 Server Is Http. Example Below. Can Someone Share A Sample On How To Do So With Https?

hi, i am trying to upload my dataset to s3 that is secured with https.
I can do it when my s3 server is http. example below. Can someone share a sample on how to do so with https?

set clearml.conf
aws.s3.credentials.host: <s3 url>:80
aws.s3.credentials.secure: false

upload script
Dataset.create(output_uri=s3:<s3 url>/bucket/folder)
..add_files, upload, finalize

  
  
Posted one year ago
Votes Newest

Answers 3


@<1523701070390366208:profile|CostlyOstrich36> This is output_uri or where do I put this url?

  
  
Posted one year ago

Hi @<1523701304709353472:profile|OddShrimp85> this is the way I do it:
None <BUCKET>/

  
  
Posted one year ago

This thread may help you: None

  
  
Posted one year ago