mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 11:51:06 +00:00
typo fix for pub_obj_acl
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
This commit is contained in:
parent
fc0e55f7e1
commit
afa108d742
1 changed files with 1 additions and 1 deletions
|
@ -9890,7 +9890,7 @@ def test_bucket_policy_put_obj_acl():
|
|||
p = Policy()
|
||||
resource = _make_arn_resource("{}/{}".format(bucket.name, "*"))
|
||||
s1 = Statement("s3:PutObject",resource)
|
||||
s2 = Statement("s3:PutOBject", resource, effect="Deny", condition=conditional)
|
||||
s2 = Statement("s3:PutObject", resource, effect="Deny", condition=conditional)
|
||||
|
||||
policy_document = p.add_statement(s1).add_statement(s2).to_json()
|
||||
|
||||
|
|
Loading…
Reference in a new issue