Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Save Files to S3 Within JupyterLab #80

Open
traviscancode604 opened this issue Jun 27, 2022 · 2 comments
Open

Cannot Save Files to S3 Within JupyterLab #80

traviscancode604 opened this issue Jun 27, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@traviscancode604
Copy link

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 traviscancode604 added the bug Something isn't working label Jun 27, 2022
@wags1999
Copy link

wags1999 commented Sep 1, 2022

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.

@reevejd
Copy link
Member

reevejd commented Sep 12, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants