shipfeedAI news, curated daily

00:49:23 CET
3 JUN00:49:23shipfeed
pull to refreshlast sync
Just in — 30 new
§ tools · storyline

Signed URLs are now available for Vercel Blob

Vercel Blob adds time-bound signed URLs scoped to a single operation, pathname, and expiry of up to seven days, enabling secure browser uploads and conditional deletes without exposing server credentials.

yesterday · · primary fetch1 sourceupdated yesterday ·

You can now generate time-bound signed URLs for . A signed URL is a scoped URL with an expiry that allows you to upload, download, inspect, or delete a specific object without giving access to your entire Blob store.Vercel Blob Each URL is scoped to a single operation (, , , or ), a single pathname, and an expiry you choose, up to 7 days. The signature covers the operation and constraints, so a URL signed for a can't be reused as a .putgetheaddeleteGETPUT Upload URLs () support multipart, so the browser can stream large files straight to Blob storage without round-tripping through your server.put Delete URLs accept an option so the delete only applies if the object hasn't been overwritten since you signed the URL:ifMatch Signed URLs work alongside .

Your server authenticates to Blob via OIDC, generates a signed token, and produces narrowly scoped, time-bound URLs for the browser, so your long-lived never leaves the server.OIDCBLOB_READ_WRITE_TOKEN Update to and to get started.@vercel/blob2.4.0read the documentation Read more Direct uploads from the browser Conditional deletes

read full article on vercel.com
§ sources1 publication · timeline below
  1. vercel.comSigned URLs are now available for Vercel Blobprimary