docs(webdav): clarify chunked upload abort requirements - #15585
Open
joshtrichards wants to merge 1 commit into
Open
docs(webdav): clarify chunked upload abort requirements#15585joshtrichards wants to merge 1 commit into
joshtrichards wants to merge 1 commit into
Conversation
Document that the Destination header is required for MKCOL, chunk PUT, and final MOVE requests, but not for DELETE. Explain that deleting a Chunking v2 upload folder cancels the stored backend write and aborts supported multipart uploads before the temporary folder is removed. Signed-off-by: Josh <josh.t.richards@gmail.com>
Member
Author
|
/backport to stable35 |
Member
Author
|
/backport to stable34 |
Member
Author
|
/backport to stable33 |
Contributor
📖 Documentation Preview📄 1 changed documentation pageLast updated: Mon, 07 Sep 2026 17:17:24 GMT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
☑️ Resolves
Destinationheader is required for MKCOL, chunk PUT, and final MOVE requests, but not for DELETE (the example already shows this but the text says otherwise).Related: nextcloud/server#64110
🖼️ Screenshots
✅ Checklist
codespellor similar and addressed any spelling issues