Skip to content

@vercel/blob@2.6.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 10:32
f5cb880

Patch Changes

  • d0118c4: Add a useCache option to presignUrl() for get operations. When useCache: false, the presigned URL includes a cache=0 query param so fetches bypass the CDN cache and read the latest content directly from origin storage. Like get(), the bypass only applies to private blobs. The param is not part of the signed payload, so holders of a presigned URL can also add or remove it manually.