IBM / jupyterlab-s3-browser

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

Support for more than one bucket and S3 service #9

Open peterquirk opened 4 years ago

peterquirk commented 4 years ago

In data lake applications it is common practice to support multiple zones, such as a raw zone, a curated zone and a published or consumption zone. Each may be represented by a different bucket with different access policies. Further, in some cases, the raw zone may be on-premises, while the consumption zone might be in the cloud, or vice-versa.

It would be valuable to enhance the s3-browser extension to allow the user to add additional buckets, each with their own endpoint and credentials.

reevejd commented 4 years ago

Thanks for the suggestion! I agree, this would be a valuable feature. I'll see what I can do.