Skip to content

Release version 1.1.6

Choose a tag to compare

@mfrisbey mfrisbey released this 09 Nov 17:44
· 56 commits to master since this release

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-httptransfer for 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.