Use the noop backend plugin for testing
mainThe noop backend is a /dev/null-style backend designed for testing. It accepts all S3 API requests and discards any data written to it. Read operations return empty but valid responses (e.g., empty bucket lists, empty object lists, and empty object bodies).
Use this backend to:
- Load and performance test the gateway without storage I/O acting as a bottleneck.
- Verify gateway configuration and middleware behavior.