UNPKG

amplify-s3-chunk-upload

Version:

A custom storage upload plugin for AWS Amplify. Instead of reading file completely in memory, it helps to read file chunk by chunk.

4 lines (2 loc) 73 B
'use strict'; module.exports = require('./dist/StorageChunkUpload.js');