mirror of
https://github.com/pgsty/minio.git
synced 2026-07-24 22:46:16 +03:00
Remove policy nesting errors (#7449)
Policy nesting has been supported for a while now, we should remove references of code and docs indicating nesting is not allowed anymore.
This commit is contained in:
@@ -1840,8 +1840,6 @@ func toWebAPIError(err error) APIError {
|
||||
return getAPIError(ErrWriteQuorum)
|
||||
case InsufficientReadQuorum:
|
||||
return getAPIError(ErrReadQuorum)
|
||||
case PolicyNesting:
|
||||
return getAPIError(ErrPolicyNesting)
|
||||
case NotImplemented:
|
||||
return APIError{
|
||||
Code: "NotImplemented",
|
||||
|
||||
Reference in New Issue
Block a user