Documentation
Paths
Every object lives under a release prefix. A prefix is created at publish time and is never modified afterwards.
/r/<release>/<path>
Cache headers
| Response | Cache-Control |
|---|---|
| Object under a release prefix | public, max-age=31536000, immutable |
| Directory index | public, max-age=300 |
| Status document | no-store |
Error responses
Unknown paths return 404 with a short HTML body. There is no
directory listing and no fallback to an index document.
Changelog
- 2026-09-04 — long-lived cache headers on release prefixes.
- 2026-07-22 — HTTP/2 enabled on all edge locations.
- 2026-05-30 — gzip negotiation reworked for text payloads.