Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
feat : s3 업로드 로직 구현
pngFileUpload 로 파일명, 파일 path 를 매개변수로 하여 metaData 로 확장자 png 로 하여금 s3 에 업로드 처리하고, 그 후 s3 파일 url 값을 return 해주는 로직 작성 완료. s3 버킷에 파일 업로드 관련 로직은 uploadFile 보시면 확인 가능합니다.
추후에 후순위로 테스트코드 올리고 테스팅 진행하겠습니다.