Supabase-Cli + MinIO

Hello, everyone. I'm trying to connect supabase-cli with minio. So I can see the config.toml file after supabase init, but I can't ensure how can I edit that to use the minio as a supabase s3 storage. Please let me know. Thanks.
2 Replies
ihm40
ihm405h ago
I think you would set it up similar to S3 since it's meant to be s3 compatible find your secret key, access key, host url and maybe a dummy region
inder
inder5h ago
Are you running minio locally or on a server? For the time being you can't configure it in config.toml https://github.com/supabase/cli/blob/e43b5c6c66505aca7082783c785a1d5d7d92c893/internal/start/start.go#L889 as the STORAGE_BACKEND is hardcoded to file But you can run a separate container yourself and place it in the network created by supabase cli

Did you find this page helpful?