[Feat] MinIO 이미지 Presigned URL API 구현#41
Merged
Conversation
- MinIO 의존성 및 설정 추가 - 도메인별 버킷 분리 (reviews, mountains, restaurants) - Presigned URL 발급 API (GET /api/images/presigned-url) - 앱 시작 시 버킷 자동 생성 - K8s MinIO deployment/service 매니페스트 추가
- ALLOWED_BUCKETS를 ImageService 한 곳에서 관리하도록 통합 - posts, semofeed 버킷 추가 - 잘못된 버킷/확장자 에러 코드 분리 (IMG_400_1, IMG_400_2)
pooreumjung
reviewed
May 17, 2026
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.
🧾 요약
🔗 이슈
✨ 변경 내용
MinioConfig추가 (MinioClient 빈 생성 + 앱 시작 시 버킷 자동 생성)reviews,mountains,restaurants)ImageService— bucket 파라미터로 대상 버킷 선택, Presigned PUT URL 발급ImageController—GET /api/images/presigned-url?bucket=&filename=application.yaml,application-prod.yaml에 MinIO 설정 추가.gitignore에k8s/minio/secret.yaml추가✅ 확인