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

Resumable Upload: Clarifications around Upload-Limit #2831

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Acconut
Copy link
Member

@Acconut Acconut commented Jul 18, 2024

This PR clarifies a few things around the Upload-Limit field from #2747:

  • The last upload append request may now be smaller than the minimum append size specified in min-append-size. For example, if a 510 MB upload is split into 100 MB requests, the last request can just be 10 MB.
  • It clarified how a client can indicate the entire upload length when creating a new upload via the Content-Length header. The PR also mentions that no resumable upload resource may be created if the minimum size is not met, but the server might still accept and process the data (although without offering resumability)
  • The Upload-Limit header is added to informational response in an example

@Acconut Acconut changed the title Resumable upload/limit 2 Resumable Upload: Clarifications around Upload-Limit Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants