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

Cannot Save Files to S3 Within JupyterLab

Open traviscancode604 opened this issue 2 years ago • 2 comments

Describe the bug While using the extension and creating a new file within an S3 bucket, the file cannot be saved. An error is given:

File Save Error for <filename here>. 
Path must be a string. Received undefined

To Reproduce Steps to reproduce the behavior:

  1. Create new file in S3 bucket through Jupyter Lab (e.g.: test.md).
  2. Open and modify the file.
  3. Try to save the file.
  4. See error Path must be a string. Received undefined error.

Expected behavior Was expecting to see the file be saved / updated.

Screenshots N/A

Desktop:

  • OS: macOS Monterey Version 12.2
  • Browser: Chrome
  • Version of jupyterlab-s3-browser extension: 0.12.0
  • Version of Jupyter Lab: 3.2.8

Additional context Thanks!

traviscancode604 avatar Jun 27 '22 15:06 traviscancode604

I ran into this error as well - but it appears this is what is displayed when Access is Denied to that S3 location. When I try to upload to a bucket that I have permissions to, then it works properly.

wags1999 avatar Sep 01 '22 21:09 wags1999

Thank you both for reporting the issue and adding some clarifying details. I'll try to add a useful error message for this situation.

reevejd avatar Sep 12 '22 14:09 reevejd