Skip to main content

Vercel/blob Storage

@swamp/vercel/blob-storagev2026.08.03.2· 1mo agoMODELS
01README

Vercel blob-storage infrastructure models

02Release Notes
  • Updated: blob
03Models1
@swamp/vercel/blob-storage/blobv2026.08.03.2blob.ts

Global Arguments

ArgumentTypeDescription
teamId?stringVercel team ID
slug?stringVercel team slug (alternative to teamId)
namestring
region?enum
access?enum
projectId?string
token?stringVercel API token; overrides the VERCEL_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
fn create()
Create a Blob
fn get(id: string)
Get a Blob
ArgumentTypeDescription
idstringThe ID of the Blob
fn adopt(id: string)
Import an existing Blob by ID into state for management
ArgumentTypeDescription
idstringThe ID of the Blob to import
fn delete(id: string)
Delete the Blob
ArgumentTypeDescription
idstringThe ID of the Blob
fn sync(identifier?: string)
Sync Blob state from Vercel
ArgumentTypeDescription
identifier?stringTarget a specific Blob by id (e.g. one discovered by list)

Resources

state(infinite)— Blob resource state
04Stats
A
100 / 100
Downloads
1
Archive size
8.7 KB
Verified by Swamp
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms
06Labels