Skip to content

Commit

Permalink
Merge pull request #17 from Central-MakeUs/main
Browse files Browse the repository at this point in the history
[fix] s3 bucket이름 수정
  • Loading branch information
AlmondBreez3 authored Jan 18, 2024
2 parents 1e05646 + 77e3f2e commit 3671f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Infra/src/main/resources/application-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spring:
cloud:
aws:
s3:
bucket: popcornmate
bucket: popcornmate-bucket
credentials:
access-key: ${S3_ACCESS}
secret-key: ${S3_SECRET}
Expand All @@ -35,7 +35,7 @@ spring:
cloud:
aws:
s3:
bucket: popcornmate
bucket: popcornmate-bucket
credentials:
access-key: ${S3_ACCESS}
secret-key: ${S3_SECRET}
Expand Down

0 comments on commit 3671f2a

Please sign in to comment.