Have the WebUI list buckets the user has access to? #2058
-
|
I am able, with a bucket policy, to give access to a bucket to a user that doesn't own it. It works perfectly through the S3 API, or if opening the bucket with its WebUI URL directly ( But the home page doesn't list those buckets (probably because it uses Is there a way I do not see to have those buckets I have permissions to list to show up there? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Thats correct, the |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Thats correct, the
ListAllMyBucketsis used under the hood, so wont show buckets not owned by user. We should at a minimum have a way to explore a bucket that doesnt show up in the list, so this is something we can certainly work on. It would be nice to be able to add "favorite" buckets in the explorer, but I guess we would need to store this in a cookie or something. That could be a stretch goal here.