AWS S3
| 항목 | 내용 |
|---|---|
| 버킷 | glowb-input, glowb-output |
| 리전 | ap-southeast-1 |
| 서비스 파일 | S3UploadService.java |
| 설정 | S3Config.java |
업로드 구조
Section titled “업로드 구조”Spring Boot와 Python 서비스가 동일한 S3 버킷을 공유합니다.
| 버킷 | 용도 | 접근 주체 |
|---|---|---|
glowb-input | 원본 파일 저장 | Spring Boot |
glowb-output | 처리 완료 파일, AI 결과물 | Spring Boot + Python |
파일 크기 제한
Section titled “파일 크기 제한”spring.servlet.multipart: max-file-size: 200MB max-request-size: 200MB최대 200MB까지 파일 업로드가 가능합니다.
비디오 썸네일 자동 생성
Section titled “비디오 썸네일 자동 생성”비디오 파일 업로드 시 S3UploadService에서 FFMPEG를 사용하여 썸네일을 자동 생성합니다. 서버에 FFMPEG가 설치되어 있어야 정상 동작합니다.