mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
Remove region requirement for Healing (#6031)
This commit is contained in:
parent
3dc13323e5
commit
371349787f
@ -474,7 +474,7 @@ func (a adminAPIHandlers) HealHandler(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
|
||||
// Validate request signature.
|
||||
adminAPIErr := checkAdminRequestAuthType(r, globalServerConfig.GetRegion())
|
||||
adminAPIErr := checkAdminRequestAuthType(r, "")
|
||||
if adminAPIErr != ErrNone {
|
||||
writeErrorResponseJSON(w, adminAPIErr, r.URL)
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user