Hello. I've been trying to make this extension work to no avail.
I have a custom JupyterLab Docker image with JupyterLab v4.4.5, I've installed pip package jupyter-fs and now see 'jupyter-fs' menuitem in Settings > Settings Editor.
I have MinIO server, which is an s3-compatible storage.
I have endpoint URL, access key, secret key and bucket name.
I've tried to combine them into an URI of such format s3://access_key:secret_key@endpoint.url/bucket_name, and tried both pyfs and fsspec and auth: none or auth: ask, but no matter the combination - I simply see no prompts or changes in the UI, I don't get new menuitems added to the left panel as it is shown on some of your screenshots.
I don't know what I am doing wrong.
Please, help!
Hello. I've been trying to make this extension work to no avail.
I have a custom JupyterLab Docker image with JupyterLab v4.4.5, I've installed pip package
jupyter-fsand now see 'jupyter-fs' menuitem in Settings > Settings Editor.I have MinIO server, which is an s3-compatible storage.
I have endpoint URL, access key, secret key and bucket name.
I've tried to combine them into an URI of such format
s3://access_key:secret_key@endpoint.url/bucket_name, and tried bothpyfsandfsspecandauth: noneorauth: ask, but no matter the combination - I simply see no prompts or changes in the UI, I don't get new menuitems added to the left panel as it is shown on some of your screenshots.I don't know what I am doing wrong.
Please, help!