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.06k stars 216 forks source link

EACCESS when using BrowserFS.Configure #348

Closed james-pre closed 1 year ago

james-pre commented 1 year ago

The example from #315 (here) results in EACCESS (which would be caused by incorrect permissions). BrowserFS may not be using default credentials correctly.