Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 747 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 747 Bytes

Cactus.Fileserver

Download Download

Simple lib for fast building your own file storage microservice. Implemented as OWIN handler for Katana as welll as Asp.NetCore.

Look at LocalFileserverExample for details.

Features:

  • HTTP POST (multipart & not) to upload a file
  • HTTP DELETE to drop a file
  • Supporting S3 & Azure BLOB storages. Returns direct URL to stored file.
  • Flexible piplene for new adding files
  • Supports local filesystem storage for simple projects & dev environment