@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.
16 lines (15 loc) • 686 B
TypeScript
import * as path from 'path';
import * as stream from 'stream';
export { path, stream };
import * as smartmime from '@push.rocks/smartmime';
import * as smartpath from '@push.rocks/smartpath';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrx from '@push.rocks/smartrx';
import * as smartstream from '@push.rocks/smartstream';
import * as smartstring from '@push.rocks/smartstring';
import * as smartunique from '@push.rocks/smartunique';
export { smartmime, smartpath, smartpromise, smartrx, smartstream, smartstring, smartunique };
import * as tsclass from '@tsclass/tsclass';
export { tsclass, };
import * as s3 from '@aws-sdk/client-s3';
export { s3, };