[#262] Add error pattern no rule

This commit is contained in:
Ekaterina Chernitsyna 2024-07-16 13:13:16 +03:00 committed by Andrey Berezin
parent a3232e9125
commit ceda40c11d

View file

@ -28,3 +28,4 @@ S3_MALFORMED_XML_REQUEST = "The XML you provided was not well-formed or did not
RULE_ACCESS_DENIED_CONTAINER = "access to container operation {operation} is denied by access policy engine: Access denied"
RULE_ACCESS_DENIED_OBJECT = "access to object operation denied: ape denied request: method {operation}: Access denied"
NO_RULE_FOUND_CONTAINER = "access to container operation {operation} is denied by access policy engine: NoRuleFound"