forked from TrueCloudLab/xk6-frostfs
Added read status to obj
Signed-off-by: m.malygina <m.malygina@yadro.com>
This commit is contained in:
parent
dedd478afb
commit
d45eb45b07
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ export function obj_write() {
|
||||||
|
|
||||||
if (obj_registry) {
|
if (obj_registry) {
|
||||||
obj_registry.addObject('', '', bucket, key, payload.hash());
|
obj_registry.addObject('', '', bucket, key, payload.hash());
|
||||||
log.withFields({bucket : obj.s3_bucket, key : obj.s3_key, objid: obj.id, status: obj.status})
|
log.withFields({bucket : obj.s3_bucket, key : obj.s3_key})
|
||||||
.info("write successfully");
|
.info("write successfully");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue