-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
Description
🤔 오류 내용
업로드를 위한 S3 PresignedURL 생성
/videos/upload
의 response가 다음과 같이 오고 있습니다. localhost 부분 수정 부탁드립니다
{
"resultCode": "200",
"msg": "업로드용 URL 요청완료",
"data": {
"url": "http://localhost:9000/videos/d344ae33-27e4-4218-a0eb-9a184337da3d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20251011T040934Z&X-Amz-SignedHeaders=host&X-Amz-Credential=minioadmin%2F20251011%2Fap-southeast-1%2Fs3%2Faws4_request&X-Amz-Expires=300&X-Amz-Signature=b59b8c0b5b4185fc1b1c3adc62eafbe07c1cb4c069cee35e91c5b68bf38d31ce",
"expiresAt": "2025-10-11T04:14:34.672546217"
}
}