You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users to pass through an already existing uri when creating a write stream.
// create resumable urlfile.createResumableUpload((err,uri)=>{// hang on to uri somehow});// create a new stream with the same uriconstconfig={ uri };bucket.file('zebra.jpg').createWriteStream(config);
PR with the enhancement coming shortly!
The text was updated successfully, but these errors were encountered:
bhstahl
pushed a commit
to bhstahl/gcloud-node
that referenced
this issue
May 16, 2016
Allow users to pass through an already existing uri when creating a write stream.
PR with the enhancement coming shortly!
The text was updated successfully, but these errors were encountered: