From 1d6dc4c84019abb28c79c98d0b92c50e6958e8f7 Mon Sep 17 00:00:00 2001 From: "m.malygina" Date: Wed, 5 Jun 2024 18:27:46 +0300 Subject: [PATCH] Added read status to obj Signed-off-by: m.malygina --- scenarios/s3longevity.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scenarios/s3longevity.js b/scenarios/s3longevity.js index 9c48d86..264738c 100644 --- a/scenarios/s3longevity.js +++ b/scenarios/s3longevity.js @@ -189,6 +189,7 @@ export function obj_read() { .error(resp.error); } else { log.withFields({bucket : obj.s3_bucket, key : obj.s3_key}).info("read successfully"); + log.withFields({bucket : obj.s3_bucket, key : obj.s3_key, objid: obj.id, status: obj.status}).info("obj.info") obj_registry.setObjectStatus(obj.id, obj.status, 'read'); }