@spctrltd/api-cloud-storage
v0.0.0-3
Published
Common functions for cloud storage services
Downloads
4
Readme
S P C T R . L T D . API CLOUD STORAGE
Install
# nodejs >= 18
npm install @spctrltd/api-cloud-storage
Quick Start
import CloudStorage, {AWS} from '@spctrltd/api-cloud-storage'
const storage = new CloudStorage({
type: AWS,
bucket: AWS_BUCKET,
endpoint: AWS_ENDPOINT,
region: AWS_REGION,
accessKeyId: AWS_ACCESS_KEY_ID,
accessKeySecret: AWS_ACCESS_SECRET,
acl: AWS_ACL
})
export const cdn = storage.initialise()