Skip to content

Commit

Permalink
s3 bucket 이름과 credentials 의 참조를 변경하라
Browse files Browse the repository at this point in the history
  • Loading branch information
yongjin5184 committed Aug 28, 2021
1 parent 3860531 commit a80e255
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ cloud:
aws:
s3:
image-path: image/
bucket: caregiver-salon
bucket: caregiver-salon-static
region:
static: ap-northeast-2
credentials:
access-key: ${caregiver.aws.secret-key}
secret-key: ${caregiver.aws.access-key}
access-key: ${cloud.aws.credentials.access-key}
secret-key: ${cloud.aws.credentials.secret-key}
stack:
auto: false

Expand Down

0 comments on commit a80e255

Please sign in to comment.