jupyterlab-s3-browser
jupyterlab-s3-browser copied to clipboard
Move files between s3 and local (copy and paste)?
Describe the bug Copy s3 file and paste in local folder is not working, and vice versa.
To Reproduce
- Copy file in s3 bucket (cmd+C)
- Move to local folder in file browser.
- Cmd+V
- 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-browserextension: 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.
local file also cannot upload to s3 via browser
Hey @Alwin4Zhang @cgjosephlee , in 0.11.1 this is working.
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.