Supabase self-hosted s3 buckets not working.

I'm self-hosting supabase and I using the built in s3 storage with minio.
Havent changed anything in the compose files.
Startup command: sudo docker compose -f docker-compose.yml -f docker-compose.s3.yml up -d

The issue

In the supabase dashboard, when i create a bucket and try to upload data (through dashboard ui), the upload never finishes and throws an error: Failed to upload 1 file!
It seems to me as if the buckets are not actually being created on the backend. I logged into the minio console and under what seems to be the root bucket "stub", none of my created supabase buckets show up, as a matter of fact, they dont show up anywhere.
Was this page helpful?