@spctrltd/api-cloud-storage

0.0.0-3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @spctrltd/api-cloud-storage

Weekly Downloads

0

Version

0.0.0-3

License

MIT

Unpacked Size

8.95 kB

Total Files

8

Last publish

Collaborators

  • spectreintegrated