check for quorum errors for DeleteBucket() (#16859)

This commit is contained in:
Harshavardhana
2023-03-20 23:38:06 -07:00
committed by GitHub
parent d14ead7bec
commit fb1492f531
17 changed files with 55 additions and 58 deletions
+1 -1
View File
@@ -1956,7 +1956,7 @@ func (a adminAPIHandlers) DetachPolicyBuiltin(w http.ResponseWriter, r *http.Req
UserOrGroup: userOrGroup,
UserType: int(userType),
IsGroup: isGroup,
Policy: strings.Join(policiesToDetach, ","),
Policy: newPolicies,
},
UpdatedAt: updatedAt,
}))