IBM / jupyterlab-s3-browser

A JupyterLab extension for browsing S3-compatible object storage
Apache License 2.0
119 stars 43 forks source link

Allow users to display certain buckets only #59

Open kdzhao opened 2 years ago

kdzhao commented 2 years ago

For any reasonable sized environment, the aws s3 ls will return a large number of bucket names, and most of them are not related to the user's interests. It will be great to have a configuration somewhere, that filter out the unrelated bucket names and only display the ones users want.

rabernat commented 2 years ago

This appears to be a duplicate of #18.