UNPKG

@push.rocks/smartbucket

Version:

A TypeScript library providing a cloud-agnostic interface for managing object storage with functionalities like bucket management, file and directory operations, and advanced features such as metadata handling and file locking.

5 lines (4 loc) 154 B
export * from './classes.smartbucket.js'; export * from './classes.bucket.js'; export * from './classes.directory.js'; export * from './classes.file.js';