Skip to content

Add proxied file system blob implementation

Latest
Compare
Choose a tag to compare
@Shivam010 Shivam010 released this 27 Jan 20:10
d946b12

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