Vercel Blob now supports consistent reads on private storage
Vercel Blob private storage now supports per-read consistency control. Pass useCache: false to get() to read directly from origin storage and guarantee the latest version of a blob, even immediately after an overwrite.
Agustin FalcoSoftware Engineer