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
|
@ -132,7 +132,7 @@ class TestS3GateBucket(TestS3GateBase):
|
|||
ObjectLockLegalHoldStatus="ON",
|
||||
)
|
||||
assert_object_lock_mode(
|
||||
self.s3_client, bucket, file_name, "COMPLIANCE", date_obj_1, "ON"
|
||||
self.s3_client, bucket_1, file_name, "COMPLIANCE", date_obj_1, "ON"
|
||||
)
|
||||
|
||||
@allure.title("Test S3: delete bucket")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue