• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / cli / 27949443290

22 Jun 2026 11:22AM UTC coverage: 64.942% (+0.003%) from 64.939%
27949443290

push

github

web-flow
fix(cli): chunk storage delete requests to respect API cap (#1814) (#5629)

## Summary
- Fixes #1814.
- `storage rm` now splits delete calls into `DELETE_OBJECTS_LIMIT`
batches instead of sending every prefix in one request.
- Recursive directory removal uses the same chunking path, so large
deletes no longer exceed the storage API request cap.
- Added coverage for explicit object deletes and recursive deletes with
more than 1,000 objects.

## Testing
- Added Go tests covering batched delete requests for both direct object
removal and recursive path removal.
- Existing storage rm test suite passes with the new chunked request
behavior.

10759 of 16567 relevant lines covered (64.94%)

10.23 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.09
/internal/debug/postgres.go


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc