Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration option for filebrowser S3 buckets to enable browsing buckets more conveniently in a cross-account setup #3984

Open
paulmayer opened this issue Feb 3, 2025 · 0 comments
Labels
ENHANCEMENT Issue type for requesting new feature or improvement

Comments

@paulmayer
Copy link

Description

Requesting a filebrowser-view with the root path s3a:// currently performs a ListBuckets operation which works fine if Hue's IAM principal is in the same account as the buckets that should be listed.
However, in cross-account setups (think data lakes that span buckets from multiple AWS accounts), ListBuckets will never be able to produce a desired list of buckets.

This enhancement proposes the introduction of a new filebrowser configuration option that takes a list of s3 buckets which will be returned at s3a:// (if set), while falling back onto ListBuckets otherwise.

@paulmayer paulmayer added the ENHANCEMENT Issue type for requesting new feature or improvement label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ENHANCEMENT Issue type for requesting new feature or improvement
Projects
None yet
Development

No branches or pull requests

1 participant