forked from TrueCloudLab/frostfs-testcases
Fix put object with --grant-full-control id=mycanonicaluserid
Signed-off-by: Yulia Kovshova <y.kovshova@yadro.com>
This commit is contained in:
parent
3f41fbc14b
commit
5cab1ecf19
3 changed files with 25 additions and 3 deletions
|
@ -739,7 +739,7 @@ class TestS3GateObject(TestS3GateBase):
|
|||
self.s3_client,
|
||||
bucket,
|
||||
file_path_6,
|
||||
GrantFullControl=f"'id={self.other_public_key}'",
|
||||
GrantFullControl=f"id={self.other_public_key}",
|
||||
)
|
||||
obj_acl = s3_gate_object.get_object_acl_s3(self.s3_client, bucket, file_name_5)
|
||||
obj_permission = [permission.get("Permission") for permission in obj_acl]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue