I'm hitting a wall trying to get medusa to see my local minio install. Minio is running in a docker container, and when I hit the localhost 9001, I can see it translating to the correct docker port.
The minio admin panel is running without issue on port 9090, and I have created a bucket and set it to public.
On the medusa side, I added minio to .env and medusa-config.js, and it shows up in the package.json.
As far as I can tell, all the services are running and working.
But, if I try to add a thumbnail, I just get the error that says 'you might not have a fileservice'.