Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resumption of uploads #8

Open
konklone opened this issue Oct 14, 2014 · 2 comments
Open

Resumption of uploads #8

konklone opened this issue Oct 14, 2014 · 2 comments

Comments

@konklone
Copy link

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.

@max-mapper
Copy link
Owner

@konklone
Copy link
Author

and for reference, I implemented this in s3-upload-stream: nathanpeck/s3-upload-stream#25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants