S3 access from WASM notebook? #2437
-
I read this in one of your blog posts on the WASM/pyodide notebooks and got very excited: "We are working on our own implementation of the Emscripten filesystem built on top of any S3-compatible bucket. This means you’ll be able to list, read, and write files from your S3 bucket just by interacting with ”os” filesystem all in Python." Is this feature still in progress? any idea when it might be available? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@tmchartrand - on my phone so i may be a bit brief: We do have this now - it's not self-hostable, but it is free on the community cloud: https://marimo.io/sign-up If you create a WASM project, you can add "integrations" which include connecting an S3 bucket. You can also upload your own files to each project and we provide a bucket for you |
Beta Was this translation helpful? Give feedback.
-
Also meant to ask @mscolnick, is there any chance this feature will be self-hostable in the future? |
Beta Was this translation helpful? Give feedback.
@tmchartrand - on my phone so i may be a bit brief:
We do have this now - it's not self-hostable, but it is free on the community cloud: https://marimo.io/sign-up
If you create a WASM project, you can add "integrations" which include connecting an S3 bucket. You can also upload your own files to each project and we provide a bucket for you