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

Multipart download #17

Open
filosganga opened this issue Oct 8, 2016 · 0 comments
Open

Multipart download #17

filosganga opened this issue Oct 8, 2016 · 0 comments

Comments

@filosganga
Copy link

filosganga commented Oct 8, 2016

It is possible to implement a multipart download in S3 by making a set of GET requests with the Range header, to fetch part of the object.

A preliminary HEAD request will fetch the object full length, and then a set of ranged GET requests are issued accordingly.

I have already implemented a working prototype. But I am blocked by the akka/akka-http#377 issue.

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

1 participant