diff --git a/api/s5/s5.go b/api/s5/s5.go index 170325c..85224a5 100644 --- a/api/s5/s5.go +++ b/api/s5/s5.go @@ -205,6 +205,7 @@ func BuildS5TusApi(identity ed25519.PrivateKey, accounts *account.AccountService AllowedMethods: []string{"GET", "POST", "PATCH", "DELETE", "HEAD", "OPTIONS"}, AllowedHeaders: []string{ "Authorization", + "Expires", "Upload-Offset", "X-Requested-With", "Tus-Version",