Skip to content

fix: Use private blob store access in agents app#11811

Merged
anthonyshew merged 2 commits intomainfrom
shew/private-blob-store
Feb 12, 2026
Merged

fix: Use private blob store access in agents app#11811
anthonyshew merged 2 commits intomainfrom
shew/private-blob-store

Conversation

@anthonyshew
Copy link
Copy Markdown
Contributor

@anthonyshew anthonyshew commented Feb 12, 2026

Summary

Using private blob stores.

The Vercel Blob store is configured as private but all SDK calls used
access: 'public', causing the server to reject every put() call.

Update @vercel/blob to a snapshot with private store support, switch all
blob operations to access: 'private', replace raw fetch() reads with the
new authenticated get() function, and add an API proxy route for browser
downloads.
@vercel vercel Bot temporarily deployed to Preview – turborepo-test-coverage February 12, 2026 18:36 Inactive
@anthonyshew anthonyshew requested a review from a team as a code owner February 12, 2026 18:36
@anthonyshew anthonyshew requested review from tknickman and removed request for a team February 12, 2026 18:36
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Feb 12, 2026

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

Project Deployment Actions Updated (UTC)
examples-basic-web Ready Ready Preview, Comment, Open in v0 Feb 12, 2026 6:40pm
examples-designsystem-docs Ready Ready Preview, Comment, Open in v0 Feb 12, 2026 6:40pm
examples-gatsby-web Ready Ready Preview, Comment, Open in v0 Feb 12, 2026 6:40pm
examples-kitchensink-blog Ready Ready Preview, Comment, Open in v0 Feb 12, 2026 6:40pm
examples-nonmonorepo Ready Ready Preview, Comment, Open in v0 Feb 12, 2026 6:40pm
examples-svelte-web Ready Ready Preview, Comment, Open in v0 Feb 12, 2026 6:40pm
examples-tailwind-web Ready Ready Preview, Comment, Open in v0 Feb 12, 2026 6:40pm
examples-vite-web Ready Ready Preview, Comment, Open in v0 Feb 12, 2026 6:40pm
turbo-site Ready Ready Preview, Comment, Open in v0 Feb 12, 2026 6:40pm
turborepo-agents Ready Ready Preview, Comment, Open in v0 Feb 12, 2026 6:40pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
turborepo-test-coverage Skipped Skipped Open in v0 Feb 12, 2026 6:40pm

@vercel vercel Bot temporarily deployed to Preview – turborepo-test-coverage February 12, 2026 18:39 Inactive
@anthonyshew anthonyshew merged commit 679ae35 into main Feb 12, 2026
45 checks passed
@anthonyshew anthonyshew deleted the shew/private-blob-store branch February 12, 2026 18:43
github-actions Bot added a commit that referenced this pull request Feb 12, 2026
## Release v2.8.8-canary.1

Versioned docs: https://v2-8-8-canary-1.turborepo.dev

### Changes

- feat: Add dashboard with run tracking and live logs for agent
sandboxes (#11802) (`63bc6f8`)
- ci: Make check-examples conditional and cacheable via Turborepo
(#11801) (`1bb3575`)
- release(turborepo): 2.8.7-canary.3 (#11803) (`1c2b0e2`)
- fix: Normalize bare LF to CRLF in TUI output to prevent garbled logs
(#11804) (`21152cf`)
- release(turborepo): 2.8.7 (#11806) (`30eab47`)
- fix: Use private blob store access in agents app (#11811) (`679ae35`)
- fix: Pass non-empty body when initializing blob log files (#11812)
(`2c09b6c`)
- docs: Geistdocs update (#11807) (`91d0e7b`)
- fix: Allow overwriting existing blobs in run updates and log appends
(#11813) (`d37d549`)
- docs: Geistdocs update 2 (#11814) (`a738db8`)
- fix: Set 5-hour timeout on security audit sandbox (#11815) (`dc6c27b`)
- fix: Resolve Windows TUI hang caused by portable-pty 0.9.0 ConPTY
changes (#11816) (`2b8c061`)

Co-authored-by: Turbobot <turbobot@vercel.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