Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "play"

Index

Variables

Functions

Variables

Const bucket

bucket: string = process.env.NOS_BUCKET || ''

Const client

client: NosClient = new NosClient({accessKey: process.env.NOS_ACCESS_KEY as string,accessSecret: process.env.NOS_ACCESS_SECRET as string,endpoint: 'http://nos-eastchina1.126.net',defaultBucket: bucket,})

Functions

run

  • run(): Promise<void>

Generated using TypeDoc