15.5.19 • Published 3 years ago

@the-/s3 v15.5.19

Weekly downloads
1,623
License
MIT
Repository
github
Last release
3 years ago

@the-/s3

npm Version

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

See API Guide for more detail

License

This software is released under the MIT License.

Links

15.5.19

3 years ago

15.5.18

3 years ago

15.5.17

4 years ago

15.5.16

4 years ago

15.5.14

4 years ago

15.5.13

4 years ago

15.5.12

4 years ago

15.5.11

4 years ago

15.5.9

4 years ago

15.5.8

4 years ago

15.5.7

4 years ago

15.5.6

5 years ago

15.5.5

5 years ago

15.5.4

5 years ago

15.5.3

5 years ago

15.5.2

5 years ago

15.5.1

5 years ago

15.5.0

5 years ago

15.4.1

5 years ago

15.2.0

5 years ago

15.1.4

5 years ago

15.1.3

5 years ago

15.1.2

5 years ago

15.1.0

5 years ago

1.0.9

5 years ago