I have been using MinIO for my self hosted S3 needs but I now have a need to break up my backing storage into SSD for images and other small files and HDD for videos. From what I can tell this is not possible with MinIO and I would rather not run two instances if I can help it. Are there other self hosted solutions where this is easy to do?
Looks like MinIO supports tiering. Does that not do what you want?
Thanks, this looks like a possible solution. I will have to dive into it to see if it will work the way I need it to.