abstract-blob-store icon indicating copy to clipboard operation
abstract-blob-store copied to clipboard

Resumption of uploads

Open konklone opened this issue 11 years ago • 2 comments

Resumption is likely to become a necessity for very large blobs in many use cases. To start off discussion, what about:

store.resumeWriteStream(resume_opts, opts, cb)

Where resume_opts are the options specifically needed to identify what and how to resume a write?

I could see something similar for resuming from a read stream, though maybe range requests are the right way to handle that, I'm not sure.

konklone avatar Oct 14 '14 04:10 konklone

for inspiration: https://cloud.google.com/storage/docs/concepts-techniques#resumable

max-mapper avatar Oct 14 '14 06:10 max-mapper

and for reference, I implemented this in s3-upload-stream: https://github.com/nathanpeck/s3-upload-stream/pull/25

konklone avatar Oct 20 '14 17:10 konklone