Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.32 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.32 KB

gofs

GitHub tag (latest SemVer) Tests CodeQL Analysis Go Report Card Go Reference License

File upload server based on golang.

Features

  • Ability to use as a library or as a standalone server. [WIP]
  • Upload single file to S3-compatible storage.
  • Multi-part upload to S3-compatible storage.
  • Universal upload HTTP handler, which can be used for single or multi-part upload. [WIP]

TODO

  • Upload multiple files to S3-compatible storage.
  • Redis DB adapter for multi-part upload.
  • Websocket transport for multi-part upload.