A Node.js library for interacting with OVH Object Storage (OpenStack Swift). Version 1.0.0 provides basic operations: token authentication, container creation, file upload/download, and file listing. It uses callbacks and requires manual token management. Not updated since initial release; limited to OVH's auth endpoint and OpenStack Swift API. No TypeScript types, no promise support. Minimal error handling.
npm install node-ovh-storageNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates token initialization, container creation, file upload, and file list retrieval using callbacks.
Wrap calls in try-catch or add error callbacks.
Check config fields and test with known good values.
Use `new OVHStorage(config)` instead of `OVHStorage(config)`.
Use the correct authURL for your region, e.g., 'https://auth.cloud.ovh.net/v3' for GRA.
No dependency data recorded yet.