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

서버에서 이미지 업로드 기능을 추가한다. #42

Merged
merged 6 commits into from
Jan 31, 2025
Merged

Conversation

alstn113
Copy link
Owner

연관된 이슈

작업 내용

시험 지문을 에디터를 이용할 수 있도록 변경하는 작업이다.
드래그 앤 드랍 이미지 추가를 하기에 앞서 서버 이미지 업로드 기능을 작성한다.

supabase의 storage를 이용하려고 했으나 java spring은 지원하지 않는 관계로 aws s3를 사용한다.
io.awspring 의존성을 통해서 구현했다. s3Client 대신 추상화 수준이 더 높은 s3Template을 사용한다.

@alstn113 alstn113 changed the base branch from main to dev January 31, 2025 06:48
@alstn113 alstn113 merged commit b144c6e into dev Jan 31, 2025
2 checks passed
@alstn113 alstn113 deleted the feat/#41 branch January 31, 2025 07:02
@alstn113 alstn113 mentioned this pull request Feb 2, 2025
alstn113 added a commit that referenced this pull request Feb 2, 2025
* feat: spring cloud aws, aws-s3 의존성 추가

* feat: storage client 인터페이스 작성

* feat: aws cloud, s3 설정 추가

* feat: AwsS3Client upload, delete 메서드 구현

* feat: 테스트 aws s3 설정 추가

* chore: 빈 라인 정렬
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.

서버에서 이미지 업로드 기능을 추가한다.
1 participant