wuchong opened a new issue, #2495:
URL: https://github.com/apache/fluss/issues/2495

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and 
found nothing similar.
   
   
   ### Motivation
   
   To better reflect real-world usage and provide a more compelling onboarding 
experience, we should update the Fluss quickstart demo to use S3 (like through 
RustFS) as the default remote storage backend instead of the local file system. 
 
   
   Using cloud storage like S3 aligns with typical production deployments and 
helps new users understand how to configure Fluss in distributed, scalable 
environments from the very beginning.
   
   This change would involve:
   - Updating the quickstart documentation and example configurations to use 
`s3://` URIs
   - Ensuring necessary dependencies (e.g., `fluss-fs-s3`) are included
   - Providing clear guidance on AWS credentials setup (e.g., via environment 
variables or IAM roles)
   
   Creating this issue will help track the effort and encourage community 
contribution.
   
   ### Solution
   
   ## Why RustFS?
   
   In late 2025, the company behind MinIO 
[announced](https://github.com/minio/object-browser/pull/3509) a shift in 
strategic direction, effectively [placing MinIO into maintenance-only 
mode](https://github.com/minio/minio/commit/27742d469462e1561c776f88ca7a1f26816d69e2)
 to focus on commercial offerings like AIStor. This decision was further 
confirmed in [community 
discussions](https://github.com/minio/minio/issues/21647#issuecomment-3418675115),
 signaling reduced investment in open-source innovation.
   
   In response, Robin Moffatt explored alternatives for local, single-node 
S3-compatible storage and highlighted both 
[S3Proxy](https://github.com/gaul/s3proxy) and 
[RustFS](https://github.com/rustfs/rustfs) as viable options in his [blog 
post](https://rmoff.net/2026/01/14/alternatives-to-minio-for-single-node-local-s3/).
   
   Among these, **RustFS stands out**:  
   - It has **over 10Ă— more GitHub stars** than S3Proxy,  
   - Shows significantly **higher development activity**,  
   - Is backed by a dedicated company providing ongoing support and roadmap 
investment,  
   - And has seen rapid community adoption—its star count is growing quickly.
   
   Given these factors, we propose prioritizing **RustFS** for evaluation as 
our S3-compatible storage solution. But also open for other alternatives. 
   
   
   ### Anything else?
   
   _No response_
   
   ### Willingness to contribute
   
   - [ ] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to