Release version 1.1.6
Version 1.1 improves the library's efficiency when uploading files. Previous versions supported concurrently uploading parts of individual files, but files were still uploaded one at a time. The latest version will concurrently upload parts across all files, meaning that files and all of their parts are transferred simultaneously.
This new efficiency is handled primarily by node-httptransfer, so aem-upload now relies heavily on that dependency.
Release Notes
- Use
node-httptransferfor performing the upload process itself. - Support specifying headers to send with individual part uploads.
- Correct which characters are sanitized from folder names.
- Include DCIM folder when performing file system uploads.