Merged
Conversation
- ImageUploadRequest에 contentType 파라미터 추가 (기본값 image/jpeg) - PreSignUrlProvider에 MIME -> 확장자 허용 목록 적용 (jpg, png, webp, mp4) - GeneratePresignedUrlRequest로 Content-Type 강제 적용 - 허용되지 않은 Content-Type 요청 시 UNSUPPORTED_CONTENT_TYPE 예외 처리 - contentType별 확장자 검증 단위 테스트 추가 - product-api, admin-api RestDocs에 contentType 파라미터 문서화 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- admin 통합 테스트 업로드 시 Content-Type을 image/jpeg로 변경 (서명 불일치 해소) - MIME 타입 lookup 전 trim/소문자 정규화 및 파라미터 제거 처리 추가 - RestDocs 설명에 PUT 요청 시 동일 Content-Type 헤더 필요 명시 - FakeAmazonS3에서 불필요한 System.out.println 제거 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Release admin v1.0.10
This PR was automatically created by version-tag-sync workflow.