fractal-object-store-gateway
API-gated object storage for secure, audited file ingestion
Documentation
View infrastructure documentation
Object Store Gateway
What is it?
An architecture that sits in front of object storage and controls what gets in.
The Problem it Solves
Exposing storage directly to the public means no consistent access policy and no way to catch bad files before they land.
How the Architecture Works
- API Gateway — enforces access policies before an upload reaches storage.
- Scanning layer — checks every incoming file before it's accepted.
- Object storage — stores only what passed the check.