You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@spctrltd/api-cloud-storage

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spctrltd/api-cloud-storage

Common functions for cloud storage services

0.0.0-3
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 24 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts