nv-minio-fetch

JSON →
library 1.0.37 ·javascript
verified Jun 7, 2026

A thin wrapper around the MinIO Node.js client providing a simplified API for bucket and object operations. Version 1.0.37 wraps the `minio` package with convenient methods like `add`, `list`, `has`, `get`, `del` for buckets, and `add_with_file`, `add_with_ssb` for objects. It defaults to localhost:9000 credentials. The library is intended for quick scripting in Node.js, not for production use. Release cadence is irregular, and the API design relies on Promises. It does not support TypeScript natively.