How to use s3rver - 1 common examples

To help you get started, we’ve selected a few s3rver examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github YoshiyukiKato / nightharbor / test / fixture / s3-local.ts View on Github external
constructor(s3host, s3port, s3dir){
    this.s3rver = new S3rver({
      hostname: s3host,
      port: s3port,
      directory: s3dir,
      silent: true
    });
  }

s3rver

Fake S3 server for node

MIT
Latest version published 3 years ago

Package Health Score

51 / 100
Full package analysis

Popular s3rver functions