BlobRouter v0.1 · Last updated: August 2026 · Architecture version: 2.0
Can I self-host BlobRouter?
Not as a supported product today. The control plane targets Cloudflare Workers, Queues, and KV. The monorepo is readable for audit and contribution; a packaged self-host story is not v1.Why not just use S3 lifecycle policies?
Lifecycle rules are useful and we are not anti-lifecycle. BlobRouter adds: cross-provider economics (R2/B2), a read-only waste report before you change anything, explicit migration approval, and ongoing routing for new uploads — not only aging objects inside one AWS account.Why not S3 Intelligent-Tiering?
Intelligent-Tiering optimizes within S3. BlobRouter compares across providers (including zero-egress R2 and cheap B2 storage) and shows estimated savings vs staying on S3. Many teams use both: Intelligent-Tiering inside AWS plus BlobRouter for audit and multi-provider routing.Can I bring my own bucket?
Yes. That is the default. You own the buckets; BlobRouter stores encrypted credentials (router) or assumes your role (scanner) and never hosts objects.Can I use only the scanner?
Yes. Connect AWS, run the free audit, ignore the SDK. Migration and routing are optional next steps.Can I disable routing?
Do not call the upload APIs / SDK. Scanner and dashboard audit continue to work. There is no separate “routing off” flag required.How is billing calculated?
GB routed = bytes that complete a BlobRouter routing decision (usage_events for uploads). Audits do not count. Plans include a monthly GB allotment; see Plans.
Can I use private networking?
Uploads go from your environment to the provider endpoint (public S3-compatible APIs today). PrivateLink-style paths are not a v1 feature. Your apps can still run in private networks as long as they can reach the provider andapi.blobrouter.com.