Update app/utils/aws.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
44a1cf6d6e
commit
50a241b715
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue