🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@n8n/blob-storage

Package Overview
Dependencies
Maintainers
5
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@n8n/blob-storage

Blob storage layer for n8n, with filesystem, S3, and Azure Blob backends

latest
npmnpm
Version
1.0.0
Version published
Maintainers
5
Created
Source

@n8n/blob-storage

Blob storage layer for n8n. Hosts the external-storage clients used to persist blobs (execution data, binary data) outside the database:

  • ObjectStoreService (@n8n/blob-storage/object-store): S3-compatible object storage
  • AzureBlobService (@n8n/blob-storage/azure-blob): Azure Blob Storage

The root entrypoint is free of cloud SDK imports: it exposes only types, configs, and stream utilities. The services live behind the subpath exports above and are meant to be loaded with await import() so the S3/Azure SDKs are pulled in only when external storage is configured.

FAQs

Package last updated on 21 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts