jupyterlab-s3-browser icon indicating copy to clipboard operation
jupyterlab-s3-browser copied to clipboard

Filter `aws s3 ls` buckets by name

Open elgalu opened this issue 5 years ago • 0 comments

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

elgalu avatar Jun 11 '20 14:06 elgalu