Aspirar / s3-multipart-upload

Node.js code for s3 multipart upload with presigned urls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

s3-multipart-upload

Node.js code for s3 multipart upload with pre-signed url.

Configuration

Edit the config.js file with the desired properties.

Commands

node list.js

List pending multipart uploads.

node abort.js

Abort all pending multipart uploads.

node upload.js

Upload file to S3 using multipart upload.

About

Node.js code for s3 multipart upload with presigned urls


Languages

Language:JavaScript 100.0%