In <https://docs.lakefs.io/integrations/boto.html>...
# help
u
In https://docs.lakefs.io/integrations/boto.html, I see that endpoint_url is
'<https://lakefs.example.com>'
. If I am running lakefs locally and am connected to a AWS S3 and RDS database, I am wondering what my endpoint_url would be.
u
Hi @Harris Vijayagopal, The endpoint is where boto can find your lakeFS installation. If you are running locally, you will probably not have a proper DNS name. So you will only be able to access lakeFS from a local process. For that, use http://localhost:8000 . Let me know how you get along!