IBM / jupyterlab-s3-browser

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

Filter `aws s3 ls` buckets by name #18

Open elgalu opened 4 years ago

elgalu commented 4 years ago

Instead of listing all buckets it would be convenient to have a configurable filter, e.g.

allowed_buckets = new RegExp('^my-company')

Or some other way, e.g.

blocked_buckets = new RegExp('audit-trail$')

Previously I suggested whitelist/blacklist until: https://tools.ietf.org/id/draft-knodel-terminology-00.html