while 0.11.0 works completely fine i am experiencing huge issues uploading files with the latest (0.12.0) version.
a simple file upload takes forever and might even miss a response.
fs.createReadStream('/local/file.txt').pipe(bucket.file('file.txt').createWriteStream());
not sure what changed between the versions but it broke something.
while 0.11.0 works completely fine i am experiencing huge issues uploading files with the latest (0.12.0) version.
a simple file upload takes forever and might even miss a response.
not sure what changed between the versions but it broke something.