If everyone is for it, I will remove the resumable option from file.createWritableStream in GCS. It will default to false, because you can't really resume a stream reliably. This is how the gsutil behaves. If you pipe in data to gsutil, it will not support resumable. This will help with #397.
Looking for a 👍 and I'll go ahead and rip it out.
If everyone is for it, I will remove the
resumableoption from file.createWritableStream in GCS. It will default to false, because you can't really resume a stream reliably.This is how theThis will help with #397.gsutilbehaves. If you pipe in data to gsutil, it will not support resumable.Looking for a 👍 and I'll go ahead and rip it out.