Multi-region storage support for uploads and pulls
Multi-region storage support for uploads and pulls
Back to Changelog
The storage layer now supports multi-region S3-compatible storage backends, with a region-aware bucket map so uploads land in the bucket closest to the caller. Country-code mapping was added on top so that media originated in a given region uses a geographically nearby bucket for both ingest and pull, reducing first-byte latency for global creators. The same configuration is used by the signed download path so playback also resolves to the regional bucket.
- Multi-region S3-compatible storage backend support
- Region-aware bucket map for uploads and pulls
- Country-code to region mapping for routing
- Signed downloads resolve to the nearest regional bucket