forked from TrueCloudLab/frostfs-testlib
[#210] Return response in complete_multipart_upload function
This commit is contained in:
parent
80c65b454e
commit
c0e37c8138
2 changed files with 6 additions and 1 deletions
|
@ -571,6 +571,8 @@ class Boto3ClientWrapper(S3ClientWrapper):
|
|||
)
|
||||
log_command_execution("S3 Complete multipart upload", response)
|
||||
|
||||
return response
|
||||
|
||||
@reporter.step("Put object retention")
|
||||
@report_error
|
||||
def put_object_retention(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue