Vercel
7/14/2026

Vercel Blob now supports consistent reads on private storage
Short summary
Vercel Blob now supports consistent reads on private storage via a useCache:false parameter on get() and presignUrl(). Cached reads may serve stale data for up to 60 seconds on overwritten blobs; passing useCache:false bypasses the CDN for an immediate fresh read, incurring Fast Origin Transfer costs. The feature is available in the latest @vercel/blob SDK.
- •Pass useCache:false to get() or presignUrl() for reads reflecting the latest write
- •Cached reads on overwritten blobs may be stale for up to 60 seconds
- •Consistent reads bypass the CDN and incur Fast Origin Transfer pricing
Generated with AI, which can make mistakes.
Is this a good recommendation for you?


