From 4948fffdbe6fc6a9a1b3ea0e6a8012977a9d2847 Mon Sep 17 00:00:00 2001 From: way zheng Date: Fri, 26 Dec 2025 16:40:53 -0800 Subject: [PATCH] fix: update test salt expiration dates to year 9999 Updated salt metadata expiration timestamps to prevent test failures due to expired salts. - Changed expiry dates from Dec 2025 to year 9999 - Prevents time-based test failures in CI/CD pipeline - Fixes UID2-6434 --- src/main/resources/localstack/s3/core/salts/metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/localstack/s3/core/salts/metadata.json b/src/main/resources/localstack/s3/core/salts/metadata.json index 59b6950b..014ffd0f 100644 --- a/src/main/resources/localstack/s3/core/salts/metadata.json +++ b/src/main/resources/localstack/s3/core/salts/metadata.json @@ -7,12 +7,12 @@ "salts" : [ { "effective" : 1670796729291, - "expires" : 1766125493000, + "expires" : 253370793600000, "location" : "salts/salts.txt.1670796729291", "size" : 2 },{ "effective" : 1755648000000, - "expires" : 1756252800000, + "expires" : 253402329599000, "location" : "salts/salts.txt.1755648000000", "size" : 1001 }