smartfile/client-node

Allow fs.createWriteStream() to produce a PATCH request.

Closed this issue · 0 comments

The API allows appending via PATCH request. Implement this by modifying the fs abstraction's createWriteStream() to accept an offset at which to begin appending.