This package has been deprecated

Author message:

move to @the-/s3 ( https://github.com/the-labo/the/tree/master/packages/s3#readme )

the-s3

1.0.8 • Public • Published

the-s3

Build Status npm Version JS Standard

S3 upload helper

Installation

$ npm install the-s3 --save

Usage

'use strict'

const {TheS3} = require('the-s3')

async function tryExample () {
  const s3 = new TheS3({
    accessKeyId: 'xxxxx',
    bucket: 'myBucket01',
    region: 'ap-northeast-1',
    secretAccessKey: 'xxxxxxxxx',
    signatureVersion: 'v4',
  })

  await s3('some-text.txt', {})
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i the-s3

Weekly Downloads

1

Version

1.0.8

License

MIT

Unpacked Size

45.4 kB

Total Files

34

Last publish

Collaborators

  • okunishinishi