Swift Storage is a storage service library for interacting with OpenStack Swift object storage. Current stable version is 2.2.1. Release cadence is not specified. Differentiators: provides a straightforward API for common Swift operations like container and object management. Primarily used in cloud infrastructure and DevOps workflows.
npm install swift-storageNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a SwiftStorage client, create a container, and list containers.
Use ESM import syntax or switch to a CJS-compatible version.
Update authUrl to use a v2 or v3 endpoint.
Use 'authUrl' instead of 'endpoint'.
Use 'import SwiftStorage from 'swift-storage'' in an ESM context.
Change 'endpoint' to 'authUrl' in the options object.
No dependency data recorded yet.