RustStack S3
Version updated for https://github.com/tyrchen/ruststack to version v0.4.2.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
RustStack is a high-performance AWS service emulator written in Rust, providing local development and CI pipelines with fast and lightweight implementations of S3, DynamoDB, SQS, and SSM Parameter Store. It offers a drop-in replacement for LocalStack, solving issues of slow startup times and high resource consumption by delivering a lean, efficient solution with minimal memory usage and rapid initialization. Key capabilities include comprehensive protocol support, in-memory storage with disk spillover, and compatibility with AWS SDKs and CLI tools.
Release notes
0.4.2 - 2026-03-10
Bug Fixes
- (s3) include checksum headers in object responses (#4) - (53f30fb) - Tyr Chen