Version 1.1 had only one method to properly use nodejs' pipes in the context of an asynchronous request, named pipeStream
that would allow you to pipe data from a local readStream to a Nextcloud instance.
Release 1.2 introduces two new methods:
downloadToStream
anduploadFromStream
replacing, and thereby deprecatingpipeStream
(which will remain available untilnextcloud-link
2.0)