googleapis / nodejs-storage

Node.js client for Google Cloud Storage: unified object storage for developers and enterprises, from live data serving to data analytics/ML to data archiving.
https://cloud.google.com/storage/
Apache License 2.0
897 stars 369 forks source link

feat: Resume Resumable Uploads #2333

Closed danielbankhead closed 10 months ago

danielbankhead commented 10 months ago

Additionally, support uploading partial resumable uploads.

Fixes #2162 🦕

ddelgrosso1 commented 10 months ago

Since this is a larger change let's walk through it when you have some time.