-
Notifications
You must be signed in to change notification settings - Fork 391
Closed
Labels
api: storageIssues related to the googleapis/nodejs-storage API.Issues related to the googleapis/nodejs-storage API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Maybe I missed something but couldn't find a way to track progress during uploading. Is it possible to do it now?
I think it would be great to have an option for example:
const options = { onProgress: (data) => { console.log(data.loadedBytes) } };
await storage.bucket(bucketName).upload(filename, options);
MarkPare and 1c71c7
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the googleapis/nodejs-storage API.Issues related to the googleapis/nodejs-storage API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.