UNPKG

cloud-shepherd

Version:

An NPM module that abstracts away the complexities of cloud storage services (Object Storage (AWS s3) as well as File Storage(Dropbox) to easily interface between multiple clouds with a unified interface. Also enables you to quickly perform data migration

10 lines (6 loc) 110 B
class Herd { constructor(credentials) { this.credentials = credentials; } } module.exports = Herd;