0.0.0-3 • Published 12 months ago

@spctrltd/api-cloud-storage v0.0.0-3

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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()
0.0.0-3

12 months ago

0.0.0-2

12 months ago

0.0.0-1

1 year ago