Skip to content

Commit

Permalink
Feat: S3를 활용하여 파일 업로드 기능 구현 (#89)
Browse files Browse the repository at this point in the history
* #83 - chore: 단순 패키지 정리

* #83 - feat: 파일 업로드를 위한 설정 추가

* #83 - feat: deploy 파일 변경

임시 파일 저장 경로를 설정하기 위해

* #83 - feat: S3에 저장, 조회, 삭제 로직 구현

* #83 - feat: 멤버의 프로필 저장 로직 구현

* #83 - feat: 에러 핸들러 추가

* #83 - feat: 파일 최대 사이즈 수정

* #83 - secret 설정 추가
  • Loading branch information
GGHDMS authored Feb 8, 2024
1 parent a9576a7 commit cfb639e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
api.aladin.key: ${{ secrets.ALADIN_KEY }}
spring.jpa.hibernate.ddl-auto: ${{ secrets.DDL_AUTO }}
spring.servlet.multipart.location: ${{ secrets.LOCATION }}
cloud.aws.s3.credentials.access-key: ${{ secrets.AWS_ACCESS_KEY}}
cloud.aws.s3.credentials.secret-key: ${{ secrets.AWS_SECRET_KEY}}

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
Expand Down

0 comments on commit cfb639e

Please sign in to comment.