forked from TrueCloudLab/frostfs-testcases
Update multipart upload abort test
Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
parent
d355eccfd8
commit
520ac116df
7 changed files with 105 additions and 41 deletions
|
@ -490,7 +490,7 @@ class AwsCliClient:
|
|||
f"--endpoint-url {self.s3gate_endpoint} --recursive"
|
||||
)
|
||||
if Metadata:
|
||||
cmd += f" --metadata"
|
||||
cmd += " --metadata"
|
||||
for key, value in Metadata.items():
|
||||
cmd += f" {key}={value}"
|
||||
if ACL:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue