Skip to content

SYSTEM Cited by 6 sources

Cloudflare R2

R2 is Cloudflare's object-storage tier on the Developer Platform — S3-compatible, with zero egress fees, a generous free tier, and first-class integration with Workers and Sandbox SDK.

Filesystem-mount integration

From Sandbox SDK, sandbox.mountBucket() presents an R2 bucket as a filesystem partition inside a Cloudflare Container. This is the platform's standard answer to the problem that Containers are ephemeral by design (concepts/container-ephemerality) — application code sees a local directory that survives container replacement, with zero application changes (patterns/mountable-persistent-storage).

Seen in

Local-dev parity

R2 is one of the binding types exposed through the Local Explorer local mirror of the Cloudflare API at /cdn-cgi/explorer/api, backed by Miniflare's on-disk object store. Same API shape local and remote — differs only by the --local flag on cf / Wrangler (Source: sources/2026-04-13-cloudflare-building-a-cli-for-all-of-cloudflare).

Last updated · 200 distilled / 1,178 read