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

range interface #7

Open
yannick opened this issue Sep 29, 2016 · 2 comments
Open

range interface #7

yannick opened this issue Sep 29, 2016 · 2 comments
Assignees

Comments

@yannick
Copy link

yannick commented Sep 29, 2016

create a range based interface to read/write data in a streaming way.

@9il
Copy link

9il commented Sep 29, 2016

This is not possible for text based formats to write in lazy streaming way because the upload data header must have the data size

@yannick
Copy link
Author

yannick commented Sep 29, 2016

the range abstractions needs to be initialized with a buffer and buffer sized chunks need to be uploaded. and it additionaly needs a .finish() or similar method (that is called in the destructor too) to upload the data left in the buffer

the download range should be random access via Range headers

@9il 9il self-assigned this Sep 29, 2016
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