This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Description
Type of issue
Uploader type
Feature Request
Fine Uploader version
5.16.2
Our uploads take advantage of fast network connections. With our setup, when NOT chunking, Fineuploader can upload at over 500mbps+. With Version 4 chunking, it will drop to around 50mbps. Concurrent chunks/uploads are also a great feature which are rendered useless as well (diminishing returns due to the hashing penalty).
Any plans to implement hashing in web workers? Could this reduce the performance bottleneck (hashing in a separate thread) ?
It's unfortunate that AWS requires V4 for all new regions and that this method requires hashing of the actual content body. In our case we are deployed in one of these new regions, so must use V4. We also require chunking / multi-part uploads.