IBM / jupyterlab-s3-browser

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

Error trying to remove an file from bucket #56

Open rmontenegroo opened 2 years ago

rmontenegroo commented 2 years ago

Hey, guys!

First of all great job.

When I try to remove a file from a bucket I got the following error in the notebook log:

''' what happened? resource() missing 1 required positional argument: 'service_name' [I 2021-12-28 23:57:40.121 SingleUserNotebookApp log:189] 200 DELETE /user/07961865705/jupyterlab_s3_browser/files/jupyter/07961865705/Estaleiro/ingestao-incremental-copy.ipynb?1640735860055 (07961865705@10.188.10.82) 2.26ms '''

To Reproduce Steps to reproduce the behavior:

  1. Map a bucket
  2. Select a file
  3. Try to delete
  4. See error in notebook logs

Expected behavior File should be removed.

Screenshots image

image

reevejd commented 2 years ago

Thanks for reporting the bug. I'll try to take a closer look later this week.