I can see in my network tab that file gets uploaded correctly to localhost:9000(minio) and I can see it's in tmp folder But laravel media library is not saving the uploaded data in the db so it feels like user hasn't uploaded anything
When I use public file system driver it works like a charm but when I use S3 it's not working correctly