Browse Source
Make TUS base path configurable via CLI
Make TUS base path configurable via CLI
- Add -tus.path CLI flag to filer command - TUS is disabled by default (empty path) - Example: -tus.path=/.tus to enable at /.tus endpoint - Update test Makefile to use -tus.path flag - Update README with TUS enabling instructionsfeature/tus-protocol
5 changed files with 43 additions and 8 deletions
-
3test/tus/Makefile
-
14test/tus/README.md
-
3weed/command/filer.go
-
9weed/server/filer_server.go
-
22weed/server/filer_server_tus_handlers.go
Write
Preview
Loading…
Cancel
Save
Reference in new issue