“A lightweight, S3-compatible object storage system built with Flask. MyFSIO implements core AWS S3 REST API operations with filesystem-backed storage, making it ideal for local development, testing, and self-hosted storage scenarios.”
This is a vibe-coded project in replacement of a certain S3 OSS (Open Source Software) getting killed.
I went with Python rather than Rust/Go etc because I am not familiar with those languages and I do not want to code blindly.
What about Garage, RustFS, SeaweedFS etc?
Yes, I have taken a look at those, and the closest was RustFS - but they previously do not recommend using for production usage since they are in testing phase.
You may also wonder - this project is also in testing phase too, so what’s the difference?
Well, firstly, I own and understand the codebase, I can modify and adjust base on my needs and use case!
In my opinion, that’s what LLM AI coding agents are for. Of course, you do need to understand the fundamentals before you get started on vibe coding - otherwise you’re in for a deep trouble.
Feel free to visit the project at go.jzwsite.com/myfsio, I am looking for people to test and break the application.