data-storage / server
MinIO
Capability: MinIO
Use it when
- run S3-compatible object storage in development or self-hosted infrastructure
- store large files and artifacts behind a standard object API
What it solves
Not the fit when
- durability still depends on deployment topology and backups
Install
docker run -p 9000:9000 -p 9001:9001 quay.io/minio/minio server /data --console-address :9001
Invoke
Create a bucket and least-privilege credentials, connect with an S3-compatible SDK, and test lifecycle versioning and backup behavior.
Alternatives
No reviewed alternatives recorded yet.