Finish them all!
- Implemented completeAndFetch(), completeAndStream() and complete()
- MongoDB Backend: increased download buffer size to 10M;
- Better method documentation.
This release breaks previous code using the fetchFromStorage()
method. This functionality is now avilable via the newcompleteAndFetch()
method.
You can also now retrive the finished upload as a stream by calling completeAndStream()
or keep it in the same storage as the temporary parts with complete()
.