IBM / jupyterlab-s3-browser

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

Move files between s3 and local (copy and paste)? #89

Open cgjosephlee opened 1 year ago

cgjosephlee commented 1 year ago

Describe the bug Copy s3 file and paste in local folder is not working, and vice versa.

To Reproduce

  1. Copy file in s3 bucket (cmd+C)
  2. Move to local folder in file browser.
  3. Cmd+V
  4. Nothing happen.

Expected behavior S3 file is copied to local folder (or "downloaded").

Screenshots

Desktop (please complete the following information):

Additional context Currently I can only use aws s3 cp to move files between s3 and local under CLI, which is a little bit tedious.

Alwin4Zhang commented 1 year ago

local file also cannot upload to s3 via browser

octavd commented 1 year ago

Hey @Alwin4Zhang @cgjosephlee , in 0.11.1 this is working.

Garrys0ng commented 1 year ago

Hey @Alwin4Zhang @cgjosephlee , in 0.11.1 this is working.

hi @octavd, I have installed 0.11.1. It is not working for me. I copied the file from S3 and tried to save into the JupyterLab's folder - failed. And, I copied the file from JupyterLab's folder and tried to save into S3 - failed.

Is there any configuration or some action I need to do to make it work? Otherwise, hopefully the newer versions can fix this bug.