jupyterlab-s3-browser
jupyterlab-s3-browser copied to clipboard
A JupyterLab extension for browsing S3-compatible object storage
I need to change the credentials used by the plugin to access AWS, as the ones currently in use are no longer valid. However, even after removing and reinstalling the...
Instead of listing all buckets it would be convenient to have a configurable filter, e.g. ```typescript allowed_buckets = new RegExp('^my-company') ``` Or some other way, e.g. ```typescript blocked_buckets = new...
Hi Author, I'm getting 500 error code when trying to browse files from nested folder and also is there a feature enhancement plan to gray out or hide on files...
I have noticed a bug that there is no horizontal scroll , so if we have many buckets or files with long names , you cannot access them. We can...
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...
I'm using Sagemaker Studio, and trying to organise the S3 bucket contents from the sidebar. I had a directory called test/abc, right-clicked on it and pressed Rename, into test/Abc, (changed...
Hello everyone, thank you for this great extension. Do you plan to release a version which supports JupyterLab 4.x? JupyterLab 4 has become the mostly used version now [1] and...
**Describe the bug** I am trying to use the extension with a scality server (that uses the same protocols as aws s3) which uses a custom ssl certificate. Jupyterlab is...
Hi, When I right-click and select 'New notebook,' a new notebook is opened, but it is not saved to S3; instead, it is saved in the default directory alongside 'lost+found.'...
Seems like need to pass in accesskey/secretkey? Is there support for passing in role name instead? https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sts/client/assume_role_with_web_identity.html