GitHub - anthonybudd/s3-from-scratch: A guide on how to build AWS S3 from scratch on bare-metal using an exclusively open-source technology stack.
S3 From Scratch
For the past few years I’ve been thinking about how I could build SaaS and deploy it on my own infrastructure without needing to use any cloud platforms like AWS or GCP. In this repo I document my progress on building a clone of AWS S3 that functions the same as S3 (automated bucket deployment, dynamically expanding volumes, security, etc) using an exclusively open-source technology stack.
Live POC working with @aws-sdk/client-s3: s3.AnthonyBudd.io
const { S3Client, ListObjectsV2...
Read more at github.com