From 50a241b715a53cb4aeabf77f54b053aa5617b165 Mon Sep 17 00:00:00 2001 From: glay Date: Mon, 9 Dec 2024 10:18:15 +0800 Subject: [PATCH] Update app/utils/aws.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- app/utils/aws.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils/aws.ts b/app/utils/aws.ts index ec781319dba..e7596c6aa90 100644 --- a/app/utils/aws.ts +++ b/app/utils/aws.ts @@ -332,7 +332,7 @@ export async function sign({ Authorization: authorization, }; } catch (error) { - console.error("[AWS Signing Error]:", error); + console.error("[AWS Signing Error]: Failed to sign request"); throw new Error("Failed to sign AWS request"); } }