Change page

This commit is contained in:
2025-10-29 11:06:36 +01:00
parent 8882449588
commit d6a95f0e38
5 changed files with 62 additions and 64 deletions

View File

@ -13,7 +13,7 @@ export const s3 = new S3Client({
export async function getSignedImageUrl(key: string, expiresInSec = 3600) {
const command = new GetObjectCommand({
Bucket: "gaertan",
Bucket: "gaertanapp",
Key: key,
});