Dev Tools · 1d ago
Vercel CLI adds signed blob URLs for secure file access
Vercel CLI version 5.14.5 introduces the `vercel blob presign` command to generate time-limited signed URLs for specific operations like get, put, or delete. Users can set expiry up to 7 days and constrain uploads by content type and size. A separate `vercel blob signed-token` command enables standalone token generation for restricted access scenarios.
Meridian48 take
A practical update for developers needing granular access control on blob storage, though it's a niche feature limited to Vercel's ecosystem.
vercel-clisigned-urls