Vercel Blob now supports consistent reads on private storage
Vercel Blob 现在支持私有存储的一致性读取,通过 useCache: false 参数可绕过缓存获取最新写入数据。
入选理由:使用 useCache: false 可绕过缓存,确保读取最新数据
产品
别名:vercel-blob
Vercel 推出的云存储 SDK
已跟踪 3 条高相关材料
最近变化
2026-07-14 · 使用 useCache: false 可绕过缓存,确保读取最新数据
为什么值得关注
@vercel/blob 被反复提及时,通常意味着它正在影响产品路线、开发者工作流或 AI 产业判断。这个页面把分散材料合并成一个可持续更新的观察入口。
Vercel Blob now supports consistent reads on private storage
Vercel News · 8.5 分
Vercel Blob 现在支持私有存储的一致性读取,通过 useCache: false 参数可绕过缓存获取最新写入数据。
Signed URLs are now available for Vercel Blob
Vercel News · 8.2 分
Vercel Blob 现已支持生成带有效期的签名 URL,可实现浏览器直接上传、下载、检查或删除特定对象,且安全性高,无需暴露长期存储令牌。
Vercel Blob now supports OIDC authentication
Vercel News · 7.5 分
Vercel Blob 现已支持 OIDC 认证,并在连接新项目时默认启用,提升身份验证安全性和集成灵活性。
已收录 3 条与 @vercel/blob 相关的内容,按评分排序。
Vercel Blob 现在支持私有存储的一致性读取,通过 useCache: false 参数可绕过缓存获取最新写入数据。
入选理由:使用 useCache: false 可绕过缓存,确保读取最新数据
Vercel Blob now supports generating time-bound signed URLs, enabling direct browser uploads, downloads, inspections, or deletions of specific objects with high security and no exposure of long-lived storage tokens.
入选理由:支持 PUT、GET、HEAD 和 DELETE 四种操作的签名 URL,有效期最长 7 天。
Vercel Blob now supports OIDC authentication and is the default setting when connecting new projects, enhancing security and integration flexibility.
入选理由:Vercel Blob 从 2026 年 6 月 1 日起支持 OIDC 认证,作为新项目连接的默认设置。