Accessing MinIO
This only applies to self-hosted deployments
Budibase uses MinIO object store, to store:
Web front-end files
Attachments
You have full access to MinIO, via the official client.
Before you access the MinIO client, follow these steps:
Enable MinIO browsing. Your
docker-compose.yaml
should contain a setting calledMINIO_BROWSER
- make sure its value ison
If you made a change to your
docker-compose.yaml
, you will need to save the file and restart your cluster.Now, find your access key and secret. Your
.env
file should contain these valuesMINIO_ACCESS_KEY
andMINIO_SECRET_KEY
Now you should be able to access MinIO via the URL your-budibase-host/minio
Last updated