From cdca609acdf79dc7c85ddf74c88e32f343ca11a3 Mon Sep 17 00:00:00 2001 From: JongKyeong Kim Date: Mon, 8 Jul 2024 15:11:24 +0900 Subject: [PATCH] =?UTF-8?q?#179-S3=20=EC=97=B0=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/main/resources/application.properties b/server/src/main/resources/application.properties index 86cacec..df5786a 100644 --- a/server/src/main/resources/application.properties +++ b/server/src/main/resources/application.properties @@ -34,6 +34,6 @@ app.GitHub.gitHubToken=${GITHUB_TOKEN} #AWS cloud.aws.credentials.accessKey=${S3_ACCESSKEY} cloud.aws.credentials.secretKey=${S3_SECRETKEY} -cloud.aws.s3.bucket=elasticbeanstalk-us-east-1-064991853848 -cloud.aws.region.static=us-east-1 +cloud.aws.s3.bucket=glog-image-bucket +cloud.aws.region.static=ap-northeast-2 cloud.aws.stack.auto=false