Show HN: Vbuckets – Infinite virtual S3 buckets
dangoodmanUT Saturday, February 07, 2026Made this proxy as a method for enabling "bucket per deployment" without having to worry about S3 provider quotas.
Great for giving each agent their own S3 bucket without having to worry about cleaning it up to reclaim quotas.
The closest thing that exists to this is the Tigris partner API, but other than that I could not find anything that allows unlimited S3 buckets like this. AWS has a 10k buckets (can go up to 1M) and 5k users limit, which is obviously way too low (and a ceiling to track/worry about) when you're creating and destroying buckets quickly.
Summary
The article discusses the vBuckets library, which provides a simplified interface for working with Amazon's DynamoDB NoSQL database. It highlights the library's features, such as automatic pagination handling and type-safe data access, and its potential use cases in serverless and distributed applications.
1
0
Summary
github.com