feat: update chunked upload endpoints and enhance upload resilience with improved logging and HMAC validation
This commit is contained in:
@ -603,11 +603,6 @@ func setupRouter() *http.ServeMux {
|
||||
|
||||
log.Info("HTTP router configured successfully with full protocol support (v, v2, token, v3)")
|
||||
|
||||
// Enhance router with network resilience features (non-intrusive)
|
||||
if conf.Uploads.ChunkedUploadsEnabled {
|
||||
EnhanceExistingRouter(mux)
|
||||
}
|
||||
|
||||
return mux
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user