From 2c7aaa35b1c0e0509fcf1eaab649134dbdac84a0 Mon Sep 17 00:00:00 2001 From: Taylor McKinnon Date: Mon, 12 Jan 2026 11:28:55 -0800 Subject: [PATCH 1/3] bf(CLDSRV-822): Add removedDeleteMarkers when set to numberOfObjects for utapiv1 (cherry picked from commit e7346cd933cd2c3c221af672bfd7cd5ee1bc6895) --- lib/utapi/utilities.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/utapi/utilities.js b/lib/utapi/utilities.js index 9f42c8a27f..7e53eeac87 100644 --- a/lib/utapi/utilities.js +++ b/lib/utapi/utilities.js @@ -331,6 +331,11 @@ function pushMetric(action, log, metricObj) { oldByteLength, numberOfObjects, }; + + if (removedDeleteMarkers) { + utapiObj.numberOfObjects = numberOfObjects + removedDeleteMarkers; + } + // If `authInfo` is included by the API, get the account's canonical ID for // account-level metrics and the shortId for user-level metrics. Otherwise // check if the canonical ID is already provided for account-level metrics. From 454b7b454aeff807c3e2360cf52517e559c9e0c2 Mon Sep 17 00:00:00 2001 From: Taylor McKinnon Date: Wed, 28 Jan 2026 15:05:31 -0800 Subject: [PATCH 2/3] Bump Utapi to 7.10.21 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 647425d8be..f393f0e603 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "level-mem": "^5.0.1", "moment": "^2.26.0", "npm-run-all": "~4.1.5", - "utapi": "git+https://github.com/scality/utapi#7.10.20", + "utapi": "git+https://github.com/scality/utapi#7.10.21", "utf8": "~2.1.1", "uuid": "^3.0.1", "vaultclient": "scality/vaultclient#7.10.10", diff --git a/yarn.lock b/yarn.lock index 9854bec5b4..ccc806800e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5325,9 +5325,9 @@ user-home@^2.0.0: dependencies: os-homedir "^1.0.0" -"utapi@git+https://github.com/scality/utapi#7.10.20": - version "7.10.20" - resolved "git+https://github.com/scality/utapi#5c854c5a417194de024c29a234f11583ed76e8b0" +"utapi@git+https://github.com/scality/utapi#7.10.21": + version "7.10.21" + resolved "git+https://github.com/scality/utapi#5f129f471d9b834ad9b1f25f9841fc2678fff950" dependencies: "@hapi/joi" "^17.1.1" "@senx/warp10" "^1.0.14" From 11ce8cbf983d5da0f5bd71d5730b7c52f119d22c Mon Sep 17 00:00:00 2001 From: Taylor McKinnon Date: Wed, 28 Jan 2026 15:08:41 -0800 Subject: [PATCH 3/3] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f393f0e603..7ee15276bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "s3", - "version": "7.10.59", + "version": "7.10.60", "description": "S3 connector", "main": "index.js", "engines": {