15.5.19 • Published 5 years ago
@the-/s3 v15.5.19
@the-/s3
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
- module:@the-/s3
- TheS3
See API Guide for more detail
License
This software is released under the MIT License.
Links
15.5.19
5 years ago
15.5.18
5 years ago
15.5.17
5 years ago
15.5.16
5 years ago
15.5.14
5 years ago
15.5.13
5 years ago
15.5.12
5 years ago
15.5.11
5 years ago
15.5.9
5 years ago
15.5.8
5 years ago
15.5.7
6 years ago
15.5.6
6 years ago
15.5.5
6 years ago
15.5.4
6 years ago
15.5.3
6 years ago
15.5.2
6 years ago
15.5.1
6 years ago
15.5.0
6 years ago
15.4.1
6 years ago
15.2.0
6 years ago
15.1.4
6 years ago
15.1.3
6 years ago
15.1.2
6 years ago
15.1.0
6 years ago
1.0.9
6 years ago