mirror of
https://github.com/versity/versitygw.git
synced 2026-04-22 21:50:29 +00:00
Users may have access to buckets that don't appear in their owned-bucket list. Previously there was no way to reach those buckets from the explorer without knowing and manually editing the URL. This adds a "go to bucket by name" input to the buckets view. Typing a name and pressing Enter (or clicking Open) navigates to the bucket if the user has permissions to allow it. To avoid re-typing bucket names on every visit, users can now save buckets to a favorites panel that persists in localStorage. Favorites are keyed by access key so different users sharing the same browser each see only their own list. Any bucket in the owned list can be starred directly from its row. Favorites chips are clickable with the same access check, and a hover × removes them. The panel hides itself automatically when the list is empty.