better defaults for file.save #131
Labels
api: storage
Issues related to the googleapis/nodejs-storage API.
type: question
Request for information or clarification. Not an issue.
file.save
should probably default to{resumable: false}
, as far as I know resumablility is not going to give any benefit to uploading files in single chunks but can have some performance penalties. In a test I wrote where I had to upload 100 small text files turning resumability off speed the test up from over a minute to a couple seconds.The text was updated successfully, but these errors were encountered: