jupyterlab-s3-browser icon indicating copy to clipboard operation
jupyterlab-s3-browser copied to clipboard

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

Open cgjosephlee opened this issue 3 years ago • 3 comments

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):

  • OS: macOS 12.5
  • Browser: Chrome
  • Version of jupyterlab-s3-browser extension: 0.12.0

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.

cgjosephlee avatar Aug 31 '22 11:08 cgjosephlee

local file also cannot upload to s3 via browser

Alwin4Zhang avatar Sep 27 '22 10:09 Alwin4Zhang

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

octavd avatar Jan 13 '23 11:01 octavd

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.

Garrys0ng avatar Feb 16 '23 10:02 Garrys0ng