feature/aws-s3-upload #36

Merged
qcast3 merged 15 commits from feature/aws-s3-upload into dev 2025-05-13 16:21:10 +09:00
Showing only changes of commit ad2aa50d83 - Show all commits

View File

@ -96,7 +96,7 @@ export async function POST(req) {
/**
* 크롭 이미지 이름을 결정한다.
*/
const Key = `Drawing/${objectNo}_${planNo}_${type}`
const Key = `Drawing/${objectNo}_${planNo}_${type}.png`
/**
* 크롭이 완료된 이미지를 업로드한다.