fix(storage): paginationToken in list bucket#77
Conversation
Greptile SummaryThis PR fixes Confidence Score: 5/5Safe to merge — the fix is minimal, correct, and has no breaking changes. The core change is a single line that correctly wires No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "fix(storage): paginationToken in list bu..." | Re-trigger Greptile |
|
🎉 This PR is included in version 2.16.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Note
Medium Risk
Low-to-moderate risk: changes the
listBucketsresponse shape by addingpaginationToken, and updates several build/runtime dependencies inpackage-lock.json, which could affect consumers and tooling.Overview
Fixes bucket listing pagination by returning
paginationToken(from S3ContinuationToken) inpackages/storage/src/lib/bucket/list.tsso callers can request subsequent pages.Also bumps dependency versions (notably
dotenv,vite/rolldown, andlodash) viapackage-lock.json, and updatespackages/keyv-tigris/package.jsonto usedotenv^17.4.1.Reviewed by Cursor Bugbot for commit 1df8de0. Bugbot is set up for automated code reviews on this repo. Configure here.