Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

The JavaScript SDK Managed Download package can be used for custom S3 downloads. The client can configure options for the Managed Download such as chunk size and number of parts to download concurrently.

License

Notifications You must be signed in to change notification settings

awslabs/s3-managed-download-js

AWS SDK JavaScript S3 Managed Download

The JavaScript SDK Managed Download can be used for custom S3 downloads. The client can configure options for the Managed Download such as chunk size and number of concurrent transfers.

Installing

In Node.js

This package only works in Node.js versions 6+ currently. Use the npm package manager for Node.js to install the Managed Download package. Type the following command in a terminal window.

    npm install @aws/s3-managed-download

Documentation