Skip to content

Instantly share code, notes, and snippets.

@lmammino
Created July 10, 2020 19:13
Show Gist options
  • Select an option

  • Save lmammino/adf739ef5dbccb795e405e224bdeef54 to your computer and use it in GitHub Desktop.

Select an option

Save lmammino/adf739ef5dbccb795e405e224bdeef54 to your computer and use it in GitHub Desktop.
sample upload with PassThrough stream
function createUploadStream (filename) {
const connector = new PassThrough()
upload(filename, connector)
return connector
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment