Skip to content

Releases: Shivam010/upload

Add proxied file system blob implementation

27 Jan 20:10
d946b12
Compare
Choose a tag to compare

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

v0.1.0

18 Jul 13:02
403f04b
Compare
Choose a tag to compare

Supported functionalities:

  • WriteAll: Write file to cloud storage (can be used to create a new file as well)
  • ReadAll: Read file data from cloud storage
  • GetName: Get name/path of the file in the storage using its link
  • Delete: Delete file from the storage