s3-tus-store

1.2.6 • Public • Published

s3-tus-store

Build Status

tus-store-compatible

This store is also compatible with minio (see test/).

Install

npm install --save s3-tus-store

Requires Node v6+

Usage

import s3TusStore from 's3-tus-store'
import aws from 'aws-sdk'
 
const store = s3TusStore({
  bucket: 'my-awesome-s3-bucket',
  client: new aws.S3({
    accessKeyId: process.env.S3_ACCESS_KEY_ID,
    secretAccessKey: process.env.S3_SECRET_ACCESS_KEY,
  }),
})

See abstract-tus-store for API documentation.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.6
    91
    • latest

Version History

Package Sidebar

Install

npm i s3-tus-store

Weekly Downloads

16

Version

1.2.6

License

MIT

Last publish

Collaborators

  • olalonde