[#267] add no rule found object and morph chain

This commit is contained in:
Ekaterina Chernitsyna 2024-09-11 19:39:25 +03:00 committed by Dmitriy Zayakin
parent 0d750ed114
commit cef64e315e
2 changed files with 127 additions and 0 deletions

View file

@ -29,3 +29,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"
NO_RULE_FOUND_OBJECT = "access to object operation denied: ape denied request: method {operation}: NoRuleFound"