hi all, i have a question regarding a query engine...
# help
m
hi all, i have a question regarding a query engine, currently i am using Apache Druid but could also use presto/trino. Is there a example config for the s3 Connector, because i am confused what i should use as endpoint_url. The example for presto is:
Copy code
hive.s3.endpoint=<https://s3.lakefs.example.com>
And in the YAML File :
Copy code
endpoint_url: <http://s3.lakefs.example.com:8000/api/v1>
Which url should i use in presto? Is it also possible to use druid?