Skip to content

fix(blob): use private access by default with delivery routes#1443

Merged
vvo merged 2 commits intomainfrom
vvo/blob-private-default
Apr 13, 2026
Merged

fix(blob): use private access by default with delivery routes#1443
vvo merged 2 commits intomainfrom
vvo/blob-private-default

Conversation

@vvo
Copy link
Copy Markdown
Member

@vvo vvo commented Mar 24, 2026

Summary

  • Switch blob examples from access: 'public' to access: 'private'
  • Add server-side delivery routes for serving private blobs (private blob URLs are not directly accessible in the browser)
  • Bump @vercel/blob from ^1.0.0 to ^2.3.0 (required for private storage support)

blob-starter (Next.js)

  • components/uploader.tsx: Changed to access: 'private', toast now links through /api/blob?pathname=...
  • NEW app/api/blob/route.ts: Delivery route using get() to stream private blob content
  • package.json: @vercel/blob ^1.0.0 → ^2.3.0

blob-sveltekit (SvelteKit)

  • src/routes/+page.server.ts: Changed to access: 'private', returns delivery URL instead of direct blob URL
  • NEW src/routes/api/blob/+server.ts: Delivery route using get() to stream private blob content
  • package.json: @vercel/blob ^1.0.0 → ^2.3.0

Context

We're moving Vercel Blob toward private-by-default. These examples are what developers copy-paste from and are referenced from the Vercel dashboard.

Related:

Test plan

  • Deploy blob-starter, upload an image, verify the delivery route serves the file correctly
  • Deploy blob-sveltekit, upload a file, verify the delivery route serves the file correctly

🤖 Generated with Claude Code

Private blob URLs are not directly accessible in the browser, so
switching from public to private requires a server-side delivery
route that streams the content using get() from @vercel/blob.

Changes:
- blob-starter: access: 'private', new /api/blob delivery route,
  toast links through delivery route instead of direct blob URL
- blob-sveltekit: access: 'private', new /api/blob delivery route,
  form action returns delivery URL instead of direct blob URL
- Both: bump @vercel/blob from ^1.0.0 to ^2.3.0 (required for private)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Mar 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
alt-tag-generator Building Building Preview, Comment Apr 13, 2026 11:14am
api-proxy-rewrite-project-routing Ready Ready Preview, Comment Apr 13, 2026 11:14am
app-dir-css-in-js Building Building Preview, Comment Apr 13, 2026 11:14am
app-dir-i18n Ready Ready Preview, Comment Apr 13, 2026 11:14am
blob-starter Ready Ready Preview, Comment Apr 13, 2026 11:14am
blob-sveltekit Error Error Apr 13, 2026 11:14am
cms-bulk-redirects Error Error Apr 13, 2026 11:14am
cms-webhook-update-redirects Ready Ready Preview, Comment Apr 13, 2026 11:14am
custom-error-pages-app-dir Building Building Preview, Comment Apr 13, 2026 11:14am
custom-error-pages-public-dir Building Building Preview, Comment Apr 13, 2026 11:14am
django-notes Building Building Preview, Comment Apr 13, 2026 11:14am
django-rest-framework-example Error Error Apr 13, 2026 11:14am
edge-functions-ab-testing-simple Ready Ready Preview, Comment Apr 13, 2026 11:14am
edge-functions-add-header Ready Ready Preview, Comment Apr 13, 2026 11:14am
edge-functions-basic-auth-password Ready Ready Preview, Comment Apr 13, 2026 11:14am
edge-functions-bot-protection-botd Ready Ready Preview, Comment Apr 13, 2026 11:14am
edge-functions-bot-protection-datadome Building Building Preview, Comment Apr 13, 2026 11:14am
edge-functions-cookies Ready Ready Preview, Comment Apr 13, 2026 11:14am
edge-functions-crypto Ready Ready Preview, Comment Apr 13, 2026 11:14am
edge-functions-feature-flag-configcat Ready Ready Preview, Comment Apr 13, 2026 11:14am
edge-functions-feature-flag-split Ready Ready Preview, Comment Apr 13, 2026 11:14am
edge-functions-geolocation Building Building Preview, Comment Apr 13, 2026 11:14am
edge-functions-i18n Ready Ready Preview, Comment Apr 13, 2026 11:14am
edge-functions-ip-blocking Building Building Preview, Comment Apr 13, 2026 11:14am
edge-functions-ip-blocking-datadome Ready Ready Preview, Comment Apr 13, 2026 11:14am
edge-functions-jwt-authentication Ready Ready Preview, Comment Apr 13, 2026 11:14am
edge-functions-power-parity-pricing Building Building Preview, Comment Apr 13, 2026 11:14am
edge-functions-power-parity-pricing-strategies Ready Ready Preview, Comment Apr 13, 2026 11:14am
edge-functions-redirects-upstash Ready Ready Preview, Comment Apr 13, 2026 11:14am
edge-geolocation-country-block Ready Ready Preview, Comment Apr 13, 2026 11:14am
edge-middleware-modify-request-header Ready Ready Preview, Comment Apr 13, 2026 11:14am
edge-rewrites-upstash Ready Ready Preview, Comment Apr 13, 2026 11:14am
example-express-bun Building Building Preview, Comment Apr 13, 2026 11:14am
example-feature-flag-apple-store Ready Ready Preview, Comment Apr 13, 2026 11:14am
example-hono-bun Building Building Preview, Comment Apr 13, 2026 11:14am
examples Ready Ready Preview, Comment Apr 13, 2026 11:14am
express-ai-sdk-demo Ready Ready Preview, Comment Apr 13, 2026 11:14am
express-vercel Ready Ready Preview, Comment Apr 13, 2026 11:14am
feature-flag-hypertune Building Building Preview, Comment Apr 13, 2026 11:14am
feature-flag-optimizely Ready Ready Preview, Comment Apr 13, 2026 11:14am
flags-sdk-flagsmith Ready Ready Preview, Comment Apr 13, 2026 11:14am
flags-sdk-growthbook Building Building Preview, Comment Apr 13, 2026 11:14am
flags-sdk-launchdarkly Ready Ready Preview, Comment Apr 13, 2026 11:14am
flags-sdk-openfeature Building Building Preview, Comment Apr 13, 2026 11:14am
flags-sdk-posthog Building Building Preview, Comment Apr 13, 2026 11:14am
geolocation-script Building Building Preview, Comment Apr 13, 2026 11:14am
hono-mcp-example Ready Ready Preview, Comment Apr 13, 2026 11:14am
i18n Building Building Preview, Comment Apr 13, 2026 11:14am
kv-redis-starter Building Building Preview, Comment Apr 13, 2026 11:14am
litellm-gateway-demo Building Building Preview, Comment Apr 13, 2026 11:14am
microfrontends-docs Building Building Preview, Comment Apr 13, 2026 11:14am
mint-nft Ready Ready Preview, Comment Apr 13, 2026 11:14am
next-fastapi-monorepo Ready Ready Preview, Comment Apr 13, 2026 11:14am
next-flask Ready Ready Preview, Comment Apr 13, 2026 11:14am
nitro Building Building Preview, Comment Apr 13, 2026 11:14am
nitro-plugins Ready Ready Preview, Comment Apr 13, 2026 11:14am
nx-monorepo Ready Ready Preview, Comment Apr 13, 2026 11:14am
postgres-prisma Error Error Apr 13, 2026 11:14am
postgres-starter Building Building Preview, Comment Apr 13, 2026 11:14am
rust-axum Ready Ready Preview, Comment Apr 13, 2026 11:14am
rust-hello-world Ready Ready Preview, Comment Apr 13, 2026 11:14am
saas-microservices-api-dashboard Building Building Preview, Comment Apr 13, 2026 11:14am
saas-microservices-api-users Building Building Preview, Comment Apr 13, 2026 11:14am
saas-microservices-dashboard Ready Ready Preview, Comment Apr 13, 2026 11:14am
single-spa-content-microfrontend Ready Ready Preview, Comment Apr 13, 2026 11:14am
single-spa-root-microfrontend Building Building Preview, Comment Apr 13, 2026 11:14am
solutions-cms-contentstack-commerce Ready Ready Preview, Comment Apr 13, 2026 11:14am
solutions-combining-data-fetching-strategies Ready Ready Preview, Comment Apr 13, 2026 11:14am
solutions-image-fallback Ready Ready Preview, Comment Apr 13, 2026 11:14am
solutions-loading-web-fonts Ready Ready Preview, Comment Apr 13, 2026 11:14am
solutions-microfrontends-docs Building Building Preview, Comment Apr 13, 2026 11:14am
solutions-pagination-with-ssg Building Building Preview, Comment Apr 13, 2026 11:14am
solutions-script-component-ad Ready Ready Preview, Comment Apr 13, 2026 11:14am
solutions-testing Ready Ready Preview, Comment Apr 13, 2026 11:14am
toolbar-feature-flags-sveltekit Ready Ready Preview, Comment Apr 13, 2026 11:14am
toolbar-launchdarkly Building Building Preview, Comment Apr 13, 2026 11:14am
vercel-plus-fastapi Ready Ready Preview Apr 13, 2026 11:14am
vue Ready Ready Preview, Comment Apr 13, 2026 11:14am
xmcp-demo Building Building Preview, Comment Apr 13, 2026 11:14am
13 Skipped Deployments
Project Deployment Actions Updated (UTC)
build-output-api-draft-mode Ignored Ignored Preview Apr 13, 2026 11:14am
build-output-api-edge-functions Ignored Ignored Preview Apr 13, 2026 11:14am
build-output-api-edge-middleware Ignored Ignored Preview Apr 13, 2026 11:14am
build-output-api-image-optimization Ignored Ignored Preview Apr 13, 2026 11:14am
build-output-api-isr Ignored Ignored Preview Apr 13, 2026 11:14am
build-output-api-overrides Ignored Ignored Preview Apr 13, 2026 11:14am
build-output-api-prerender-functions Ignored Ignored Preview Apr 13, 2026 11:14am
build-output-api-routes Ignored Ignored Preview Apr 13, 2026 11:14am
build-output-api-serverless-functions Ignored Ignored Preview Apr 13, 2026 11:14am
build-output-api-static-files Ignored Ignored Preview Apr 13, 2026 11:14am
build-output-api-wildcard Ignored Ignored Preview Apr 13, 2026 11:14am
example-auth-with-ory Ignored Ignored Apr 13, 2026 11:14am
solutions-nx-monorepo Ignored Ignored Preview Apr 13, 2026 11:14am

Request Review

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant