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

[chore/s3-photo-get] 이미지 파일 s3 적재 시스템 및 구성 #48

Merged
merged 13 commits into from
Oct 24, 2023

Conversation

Qbeom0925
Copy link
Member

작업 내용

  1. 해당 API를 호출하면, Response에 url과 imageKey를 반환합니다.
  2. Url은 2분간 유효합니다.
  3. ImageKey는 S3에 저장될 파일의 이름입니다.
  4. Url에 PutMapping 이미지 파일을 binary로 보낼 경우, S3에 저장됩니다.
    PS. Server에는 ImageKey로만 통신합합니다.

관련 이슈

#47

작업 확인 방법

s3의 presigned-url api를 통해 확인 할 수 있습니다.

추가 정보 (선택 사항)

@Qbeom0925 Qbeom0925 added the Setting 환경 설정 label Oct 17, 2023
@Qbeom0925 Qbeom0925 self-assigned this Oct 17, 2023
@Qbeom0925
Copy link
Member Author

@dldmsql 은비님 피알 완료되고 머지한 후에 완료하겠습니다.

@Qbeom0925 Qbeom0925 changed the title Feature/user profile create [chore/s3-photo-get] 이미지 파일 s3 적재 시스템 및 구성 Oct 17, 2023
@Qbeom0925
Copy link
Member Author

@dldmsql S3 Image 파일 적재 시스템 구성하였는데 리뷰 부탁드립니다!

리뷰랑 혹시 해당 테스트 케이스가 한번 확인 부탁드립니다!!
스크린샷 2023-10-23 오후 12 31 54

- Meal OfferedAt 타입 변경
- 등록되지 않은 식단 포멧 적용
@sonarcloud
Copy link

sonarcloud bot commented Oct 24, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@dldmsql
Copy link
Member

dldmsql commented Oct 24, 2023

@Qbeom0925 규범님 !! 테코 오류 수정하면서 비즈니스 로직도 변경했습니다.

Comment on lines +29 to +30
String x = "127.091621159803";
String y = "37.6273815936787";
Copy link
Member

Choose a reason for hiding this comment

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

이 좌표는 명지대 기준인가요?

Copy link
Member Author

Choose a reason for hiding this comment

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

아뇨! 저 좌표는 마지막 서울여대 기준입니다!
검색하려는 학교 좌표기준으로 하면 데이터를 구할 수 있습니다!

@Qbeom0925 Qbeom0925 merged commit 86d7b5d into develop Oct 24, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Setting 환경 설정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants