Vercel Blob has rolled out support for consistent reads on private storage, ensuring that read operations immediately reflect the latest write. Developers can achieve this by passing `useCache: false` to `get()` or `presignUrl()`, which is particularly beneficial for newly written or overwritten blobs.
Source: Vercel