Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Cedrik Hoffmann edited this page Mar 28, 2025 · 8 revisions

S3-compatible storage solutions like Amazon S3 and MinIO enable scalable, durable, and cost-efficient storage in cloud architectures. In our system, routes are stored in S3 buckets and accessed via REST APIs, enabling distributed and stateless processing. Since we rely on S3 compatibility, our system can integrate with any S3-compatible storage provider, ensuring flexibility in deployment. Cloud-native features like auto-scaling, lifecycle policies, and tiered storage optimize cost and performance. IAM policies, encryption, and replication ensure security and availability across regions. Configuration details can be found in our Configuration documentation.

More details: Amazon S3 Documentation and MinIO Docs.

Clone this wiki locally