🚧 Under Construction
s3t is an S3 compatibility test suite — verify that any S3-compatible storage service behaves correctly.
"Amazon S3 is a simple storage service that offers industry-leading durability, availability, and performance." — Amazon Web Services, S3 API Reference
Since its launch in 2006, Amazon S3 has become the de facto standard for object storage. A thriving ecosystem of S3-compatible implementations has emerged — MinIO, Ceph RADOS Gateway, Google Cloud Storage, and many others — each interpreting the S3 API with its own nuances. Ensuring consistent behavior across providers is a challenge.
s3t provides a comprehensive, automated test suite that validates S3 compatibility. Covering object operations, multipart uploads, bucket management, access control, and edge cases, it helps you ship a reliable S3 implementation or catch regressions before they reach production.
The project is in its early stages. Stay tuned.