Skip to content

R2-3560: Implement ListParts and ListMultipartUploads for R2 Binding#5596

Open
helloimalastair wants to merge 6 commits into
cloudflare:mainfrom
helloimalastair:list-binding-r2
Open

R2-3560: Implement ListParts and ListMultipartUploads for R2 Binding#5596
helloimalastair wants to merge 6 commits into
cloudflare:mainfrom
helloimalastair:list-binding-r2

Conversation

@helloimalastair

@helloimalastair helloimalastair commented Nov 26, 2025

Copy link
Copy Markdown
Contributor

Should be released in tandem with cloudflare/workers-sdk#11562.

Comment thread src/workerd/api/r2-bucket.c++
Comment thread src/workerd/api/r2-multipart.c++ Outdated
Comment thread src/workerd/api/r2-api.capnp Outdated
Comment thread src/workerd/api/r2-multipart.c++ Outdated
Comment thread src/workerd/api/tests/r2-test.js
Comment thread types/generated-snapshot/experimental/index.d.ts
Comment thread src/workerd/api/r2-bucket.c++ Outdated
Comment thread src/workerd/api/r2-bucket.c++ Outdated
- 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
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.

3 participants