You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 30 days with no activity and is not labeled "Prevent stale". Remove "stale" label or comment or this will be closed in 10 days.
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 ontoListBuckets
otherwise.The text was updated successfully, but these errors were encountered: