Show HN: I built S3 from scratch in Go – open-source, one-command deploy
Category: infrastructure
Tags: go, s3-compatible, object-storage, distributed-storage, erasure-coding, self-hosted
Score: 6.5/10 (Innovation: 5, Technical: 7, Documentation: 7, Utility: 7)
This is a Go-based, S3-compatible distributed object storage service featuring erasure coding, JWT authentication, RBAC, and Prometheus metrics. It offers a one-command deploy experience with Docker and Kubernetes support, aiming to provide a self-hosted alternative to AWS S3. The project is interesting because it combines multiple production-grade features into a single, open-source package.
Target audience: backend devs, devops
Repository: https://github.com/aman179102/distributed-file-storage-service · Go · NOASSERTION
View on Hacker News