복사 로직 오류 수정
[작업내용] : 복사 로직 오류 수정
This commit is contained in:
parent
387a1fd577
commit
514545cf65
@ -28,7 +28,7 @@ export async function POST(req) {
|
|||||||
const isExistImage2 = await s3.send(
|
const isExistImage2 = await s3.send(
|
||||||
new GetObjectCommand({
|
new GetObjectCommand({
|
||||||
Bucket,
|
Bucket,
|
||||||
Key: `Drawing/${objectNo}_${planNo}_1.png`,
|
Key: `Drawing/${objectNo}_${planNo}_2.png`,
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user