-
Notifications
You must be signed in to change notification settings - Fork 28
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
HMS-5125: Add support for resumable downloads #918
Conversation
88c56b8
to
c509dfd
Compare
293009a
to
a2d1c0d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small change needed in the API spec, otherwise looks good, nice job! 😄👏🏼
everything works as expected 👍🏼
(tiny nit about style/formatting: in Go the if err != nil
check usually follow the err assignment without a new line in between them, makes it more clear what error they are checking)
8544336
to
4f7120b
Compare
Summary
Adds support for resumable downloads.
Can test with this front-end PR.
Testing steps