Multipart Form Data
Content-Type: multipart/form-data
// Form Data
"image": File
// Response
{
"imageUrl": "<http://your-domain.com/images/example.jpg>"
}
# Pre-signed URL 요청
GET {{domain}}/api/images/s3/upload
Content-Type: application/json
// Response
{
"preSignedURL" : "www.s3-bucket.com/~~"
}
Edit Base URL 버튼을 클릭하여 서버 URL 등록