jvilk / BrowserFS

BrowserFS is an in-browser filesystem that emulates the Node JS filesystem API and supports storing and retrieving files from various backends.
Other
3.07k stars 218 forks source link

AWS S3 Support? #228

Open atrauzzi opened 6 years ago

atrauzzi commented 6 years ago

Cool library, I've been looking for something like a browser-side flysystem.

Out of curiosity, do you have any plans to implement S3 support (both authenticated via the SDK as well as not)? Moreover, would something like EvaporateJS be helpful for unauthenticated S3 uploads?

jvilk commented 6 years ago

I'd accept a PR with an S3 backend. I don't know anything about EvaporateJS and how it compares to the default JS SDK. BrowserFS's internals have not (yet) been optimized for large files, so multipart uploads may be overkill (at least on fast connections).

james-pre commented 11 months ago

Please use https://github.com/browser-fs/core/issues/15