Summary
The SDK can list buckets with server-side filters, but the extension currently presents the bucket tree as a broad account-level list. Accounts with many buckets need a focused way to find and inspect one bucket.
SDK capability
B2Client.listBuckets({ bucketId, bucketName, bucketTypes })
B2Client.getBucket(...)
Proposed UI
Add a Buckets view filter/search command that can narrow by bucket name, bucket type, or bucket ID. This should complement any local tree filtering with SDK-supported server-side filtering when possible.
Acceptance criteria
- Users can filter buckets by exact or partial name in the VS Code UI.
- Users can filter by bucket type, for example public/private/all.
- Users can jump directly to a bucket by ID.
- Clearing the filter restores the normal tree.
- Tests cover filter state and SDK list parameters.
Summary
The SDK can list buckets with server-side filters, but the extension currently presents the bucket tree as a broad account-level list. Accounts with many buckets need a focused way to find and inspect one bucket.
SDK capability
B2Client.listBuckets({ bucketId, bucketName, bucketTypes })B2Client.getBucket(...)Proposed UI
Add a Buckets view filter/search command that can narrow by bucket name, bucket type, or bucket ID. This should complement any local tree filtering with SDK-supported server-side filtering when possible.
Acceptance criteria