Ralph Kube
04/04/2024, 10:03 PMlakes.parquet
file in my browser I only get a message showing loading
. Any suggestions?Ralph Kube
04/04/2024, 10:04 PMlakeFS 1.16.0 - Up and running (^C to shutdown)...
██╗ █████╗ ██╗ ██╗███████╗███████╗███████╗
██║ ██╔══██╗██║ ██╔╝██╔════╝██╔════╝██╔════╝
██║ ███████║█████╔╝ █████╗ █████╗ ███████╗
██║ ██╔══██║██╔═██╗ ██╔══╝ ██╔══╝ ╚════██║
███████╗██║ ██║██║ ██╗███████╗██║ ███████║
╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚══════╝
│
│ lakeFS running in quickstart mode.
│ Login at <http://127.0.0.1:8000/>
│
│ Access Key ID : bbb
│ Secret Access Key: ccc
│
│ For more information on how to use lakeFS,
│ check out the docs at <https://docs.lakefs.io/quickstart/>
│
│
│ For support or any other question, >(._.)<
│ join our Slack channel <https://docs.lakefs.io/slack> ( )_
│
Version 1.16.0
time="2024-04-04T21:40:57Z" level=info msg="initialized S3 Gateway handler" func=pkg/gateway.NewHandler file="build/pkg/gateway/handler.go:128" s3_bare_domain="[<http://s3.local.lakefs.io|s3.local.lakefs.io>]" s3_region=us-east-1
time="2024-04-04T21:40:57Z" level=info msg="starting HTTP server" func=cmd/lakefs/cmd.glob..func8 file="cmd/run.go:328" listen_address="0.0.0.0:8000"
Iddo Avneri
04/04/2024, 11:04 PMIddo Avneri
04/04/2024, 11:06 PM│ Access Key ID : bbb
│ Secret Access Key: ccc
Did you just remove this from the output?Ralph Kube
04/04/2024, 11:13 PMRalph Kube
04/04/2024, 11:16 PMAWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
environment variables set. When I unset them, it works fine.Iddo Avneri
04/05/2024, 12:07 AM