res.fields의 type error
Property 'fields' does not exist on type 'Response'
value type error
Overload 1 of 3, '(name: string, value: string | Blob): void', gave the following error.
Argument of type 'unknown' is not assignable to parameter of type 'string | Blob'.
Overload 2 of 3, '(name: string, value: string): void', gave the following error.
Argument of type 'unknown' is not assignable to parameter of type 'string'.
Overload 3 of 3, '(name: string, blobValue: Blob, filename?: string | undefined): void', gave the following error.
Argument of type 'unknown' is not assignable to parameter of type 'Blob'.ts(276
정확한 타입을 파악하고 수정할 예정
S3에 파일을 업로드하는 세 가지 방법
createObjectURL을 사용해서 이미지 업로드 후 미리보기
How To Upload a File to S3 With Next.js
NestJS 에서 Amazon S3 로 파일 업로드하기
Property 'body' does not exist on type 'Response'