From 3430e9e12fc1fa28613c13f6876df954005125f4 Mon Sep 17 00:00:00 2001 From: Itay Maman <94941+imaman@users.noreply.github.com> Date: Wed, 31 Dec 2025 20:44:05 +0200 Subject: [PATCH 1/2] using --- modules/s3-storage-client/src/get-s3-storage-client-factory.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/s3-storage-client/src/get-s3-storage-client-factory.ts b/modules/s3-storage-client/src/get-s3-storage-client-factory.ts index 7af5c285..4af756bc 100644 --- a/modules/s3-storage-client/src/get-s3-storage-client-factory.ts +++ b/modules/s3-storage-client/src/get-s3-storage-client-factory.ts @@ -37,6 +37,7 @@ export function getS3StorageClientFactory() { logger.error(`parsing of s3CacheString failed`, err) throw e } + logger.print(`Using AWS Access key "${awsAccessKey.AccessKey.AccessKeyId}"`) return new Promise(res => { const creds: Creds = { From 8e3d38ec25b020eefcbd1d11ccfcb7fdce67152e Mon Sep 17 00:00:00 2001 From: Itay Maman <94941+imaman@users.noreply.github.com> Date: Wed, 31 Dec 2025 20:44:50 +0200 Subject: [PATCH 2/2] _ --- modules/s3-storage-client/src/get-s3-storage-client-factory.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/s3-storage-client/src/get-s3-storage-client-factory.ts b/modules/s3-storage-client/src/get-s3-storage-client-factory.ts index 4af756bc..2d06699b 100644 --- a/modules/s3-storage-client/src/get-s3-storage-client-factory.ts +++ b/modules/s3-storage-client/src/get-s3-storage-client-factory.ts @@ -37,7 +37,7 @@ export function getS3StorageClientFactory() { logger.error(`parsing of s3CacheString failed`, err) throw e } - logger.print(`Using AWS Access key "${awsAccessKey.AccessKey.AccessKeyId}"`) + logger.print(`Using AWS Access key ID "${awsAccessKey.AccessKey.AccessKeyId}"`) return new Promise(res => { const creds: Creds = {