feat: integrate tus.io for resumable and chunked uploads (#2145)

This commit is contained in:
Tobias Goerke
2023-07-28 18:15:44 +02:00
committed by GitHub
parent 2744f7d5b9
commit 7b35815754
24 changed files with 694 additions and 66 deletions

View File

@@ -23,6 +23,8 @@ import (
"github.com/filebrowser/filebrowser/v2/rules"
)
const PERM = 0664
// FileInfo describes a file.
type FileInfo struct {
*Listing