The S3 Proxy Cache Service is a Go-based middleware that provides a caching layer in front of S3-compatible storage services. It implements a RESTful API using the standard net/http package to handle object storage operations while maintaining an in-memory cache to improve read performance and reduce backend load.
Goals
Provide a caching layer for S3-compatible storage services