wrangler r2 bucket list does not paginate and silently truncates to 20 buckets, risking data loss.
wrangler r2 bucket list does not paginate and silently truncates to 20 buckets, risking data loss.
Problem statement normalized from the linked evidence
CANDIDATE VIEW · NOT A PUBLISHED OPPORTUNITY
01
Qualification checklist
Gate decision: Aug 15, 2026
×
At least 3 independent users2 / 3
NOT MET
×
At least 2 independent discussions1 / 2
NOT MET
✓
At least 1 supporting signal1 Blocked workflows
MET
02
Observed signals
Users2
Discussions1
Mentions2
Active days1
Source coverageGitHub
TrendUNKNOWN
First seenAug 09, 2026
Last seenAug 09, 2026
Why the gate is holding
Fewer than 3 independent users
Fewer than 2 independent discussions
Competition research, commercial scoring, and Build Gap analysis do not run until this gate passes.
03
Source evidence
2 evidence records
github · HIGH · Aug 09, 2026
cloudflare/workers-sdk
> [!NOTE] > This is an automated, advisory triage report generated by workers-devprod. It is not an official maintainer response — a maintainer will follow up. 🤖 Automated triage report # Issue Triage: cloudflare/workers-sdk#15103 ## Summary `wrangler r2 bucket list` silently returns only the first 20 buckets with no pagination, warning, or page-size flag, so a truncated list is indistinguishable from a complete one. ## Classification - **Type:** Bug - **Component:** `packages/wrangler` (R2 code lives in wrangler)…
wrangler r2 bucket list silently returns only the first 20 buckets, with no cursor, warning, or --per-page
### Which Cloudflare product(s) does this pertain to? Wrangler core, R2 ### What version(s) of the tool(s) are you using? 4.120.0 (also reproduced on 3.79.0) ### What version of Node are you using? 22 ### What operating system and version are you using? macOS 15 (Darwin 25.5.0, arm64) ### Describe the Bug `wrangler r2 bucket list` silently returns only the first **20** buckets, with no cursor, no "more results" indicator, no warning, and no flag to raise the page size. On an account with more than 20 buckets, the o…