IBM / jupyterlab-s3-browser

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

Support Shareable Link #21

Open code247 opened 4 years ago

code247 commented 4 years ago

JupyterLab supports Copy Shareable Link option in the context menu (right-click).

Currently, this option is being displayed for the s3 resources as well and it copies the shareable link to the clipboard appropriately. But if you paste this link in the browser and try to navigate to the resource, it doesn't take you to the desired destination but rather the root of your s3 storage.

Describe the solution you'd like:

The shareable link should take you to the appropriate s3 resource within JupyterLab.