fix: need to allow Upload-Concat through cors
This commit is contained in:
parent
39b4977d52
commit
8a1e586b28
|
@ -212,7 +212,9 @@ func BuildS5TusApi(identity ed25519.PrivateKey, accounts *account.AccountService
|
||||||
"Tus-Resumable",
|
"Tus-Resumable",
|
||||||
"Tus-Extension",
|
"Tus-Extension",
|
||||||
"Tus-Max-Size",
|
"Tus-Max-Size",
|
||||||
"X-HTTP-Method-Override"},
|
"X-HTTP-Method-Override",
|
||||||
|
"Upload-Concat",
|
||||||
|
},
|
||||||
AllowCredentials: true,
|
AllowCredentials: true,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue