Refactor/#44/스페이스 생성 api 에서 실제 이미지 데이터 저장 #47
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📝 요약
기존 스페이스 생성 api는 썸네일 이미지의 url을 임의의 문자열로 지정해 db에 저장하였는데,
프론트단에서 직접 이미지 파일을 전달받아 aws s3에 저장하고 return 받은 url을 db에 저장하도록 코드를 수정하였습니다.
이슈 번호 : #44
🔖 변경 사항
✅ 리뷰 요구사항
📸 확인 방법 (선택)
postman으로 폼 데이터 형식의 request body를 구성하여 요청을 날리면, 응답으로 url 주소를 반환하도록 하였습니다. 이를 클릭하시면 요청보낼시에 입력한 이미지 파일을 확인할 수 있습니다.📌 PR 진행 시 이러한 점들을 참고해 주세요