. 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
user
07/25/2022, 6:36 PM
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!