IBM / jupyterlab-s3-browser

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

Anonymous s3 access #69

Open rabernat opened 2 years ago

rabernat commented 2 years ago

Is your feature request related to a problem? Please describe.

There are many excellent datasets available via s3--for example the AWS Public Datasets program. It is not currently possible to anonymously browse public buckets with this extension, which requires you to enter credentials.

Describe the solution you'd like

I would like to see an "anonymous" checkbox in the configuration panel. This would need to be coupled with the ability to explicitly specify which bucket[s] to browse in the configuration (related to #18).