Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3 의 Bucket 이름과 private.yml.sample 파일을 추가하라 #67

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

yongjin5184
Copy link
Collaborator

@yongjin5184 yongjin5184 commented Aug 28, 2021

개요

  • AWS의 계정을 변경하면서 S3를 새로 만들었습니다.

작업 내용

  • Bucket 이름이 변경되어 수정하였습니다.
  • S3-private.yml.sample 파일을 추가하였습니다.

@yongjin5184 yongjin5184 changed the title Add s3 private yml S3 의 Bucket 이름과 private.yml.sample 파일을 추가하라 Aug 28, 2021
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}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

application-s3-private 파일 수정을 해주어야겠군요 아래와같은 포멧으로요

image

aws:
s3:
access-key: ${cloud.aws.credentials.access-key}
secret-key: ${cloud.aws.credentials.secret-key}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

제가 이해하기로는 아래와 같이 수정이 되어야할거같은데요. 용진님 한번 확인 부탁드립니다.

cloud:
  aws:
    credentials:
      access-key: access-key
      secret-key: secret-key

Copy link
Collaborator

@truman-show truman-show left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adapters/persistence/adapter-s3/src/main/resources/application-s3-private.yml.sample

파일 수정내용 한번 확인 바랍니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants