IBM / jupyterlab-s3-browser

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

Private/Corporate Connections #22

Open ghost opened 4 years ago

ghost commented 4 years ago

It looks like you guys are busy developing this - so I won't go into too much detail. Just want to ask what is the game plan to make this fully secure for some to use within private VPC's within AWS. Right now, we are using SageMaker and have a role opened up to hit our s3 buckets using boto3. It would be nice to have this automatically grab our credentials from SageMaker to pass to access s3. Looks like a good start on this, thanks!