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

Added functions for chunked uploads #87

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Mindwalker2076
Copy link

  • Added function putChunked(...)
  • Added function commitChunked(...)
  • Also added function uploadChunked(...), which automates the chunked uploading; it can be used as an alternative to calling putChunked(...) and commitChunked(...) directly.
  • Updated documentation for added functions

added function uploadChunked as alternative to using putChunked and commitChunked directly.
updated documentation for added functions
…ther, then success. changed onEndUpload to return status, reply first and then only the upload_id, chunkSize, offset. Client should be able to calculate bytes transferred so far based on status and offset.
…d_id, offset will be present in reply, and chunkSize would be known already. updated documentation
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

Successfully merging this pull request may close these issues.

1 participant