New Feature:
Upload now supports a Proxied File system, so that while managing files using local file system blob, you can serve them using an HTTP file server.
Just change your bucket URL to pfs
scheme instead of file
and using the syntax defined in Readme
Changes
- Add proxied file system blob implementation with its route handler by @Shivam010 in #1