From 05b738a4aaafc7d8367f4f7cab3c76687b127752 Mon Sep 17 00:00:00 2001 From: Chun Hyunwoo <1000chw@gmail.com> Date: Wed, 27 Mar 2024 20:24:01 +0900 Subject: [PATCH] fix: record image post fix --- config/s3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/s3.js b/config/s3.js index ab2cc0d..c796dd8 100644 --- a/config/s3.js +++ b/config/s3.js @@ -5,7 +5,7 @@ const s3 = new S3Client({ accessKeyId: process.env.S3_ACCESS_KEY, secretAccessKey: process.env.S3_SECRET_ACCESS_KEY, }, - region: "ap-northeast-2", + region: "ap-northeast-3", }); export const deleteS3Images = async (imageUrls) => {