zen-fs / cloud

Cloud backends for ZenFS
http://zenfs.dev/cloud/
MIT License
1 stars 2 forks source link

Support AWS S3 #1

Open james-pre opened 1 year ago

james-pre commented 1 year ago

@atrauzzi:

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:

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).

https://github.com/jvilk/BrowserFS/issues/228

james-pre commented 1 month ago

CC @mcandeia. We can track development of the backend here.