@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
nonePackage Sidebar
Install
npm i @spctrltd/api-cloud-storage
Weekly Downloads