R2-3560: Implement ListParts and ListMultipartUploads for R2 Binding#5596
Open
helloimalastair wants to merge 6 commits into
Open
R2-3560: Implement ListParts and ListMultipartUploads for R2 Binding#5596helloimalastair wants to merge 6 commits into
ListParts and ListMultipartUploads for R2 Binding#5596helloimalastair wants to merge 6 commits into
Conversation
Schachte
reviewed
Nov 27, 2025
586c50e to
c1ecf41
Compare
c1ecf41 to
8bb7131
Compare
7 tasks
8bb7131 to
c722755
Compare
jasnell
reviewed
Dec 10, 2025
jasnell
reviewed
Dec 10, 2025
c722755 to
e69f0ac
Compare
e69f0ac to
1b28764
Compare
- Add range validation (1-1000) for `limit` parameter in `listMultipartUploads` - Change default limit from 0xffffffff to 0x3e8 (1000) in R2ListMultipartUploadsRequest - Fix `partNumberMarker` validation to require positive values (p > 0) instead of non-negative (p >= 0) - Fix `listParts` to pass JWT authentication token to doR2HTTPGetRequest
2e25e7b to
5a478b3
Compare
2 tasks
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.
Should be released in tandem with cloudflare/workers-sdk#11562.