forked from TrueCloudLab/frostfs-testlib
[#238] Update S3 acl verify method
Signed-off-by: a.berezin <a.berezin@yadro.com>
This commit is contained in:
parent
ec42b156ac
commit
a3b78559a9
3 changed files with 32 additions and 28 deletions
|
@ -23,6 +23,5 @@ INVALID_RANGE_OVERFLOW = "invalid '{range}' range: uint64 overflow"
|
|||
INVALID_OFFSET_SPECIFIER = "invalid '{range}' range offset specifier"
|
||||
INVALID_LENGTH_SPECIFIER = "invalid '{range}' range length specifier"
|
||||
|
||||
S3_MALFORMED_XML_REQUEST = (
|
||||
"The XML you provided was not well-formed or did not validate against our published schema."
|
||||
)
|
||||
S3_BUCKET_DOES_NOT_ALLOW_ACL = "The bucket does not allow ACLs"
|
||||
S3_MALFORMED_XML_REQUEST = "The XML you provided was not well-formed or did not validate against our published schema."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue