codestates / codestates/AllForYou

[Error] 이재영 / 2022-01-12

Open
#112 0 comments 0 reactions 0 assignees View on GitHub
Back-End complete Err
Dominant language
JavaScript
Stars
0
Forks
4
PR merge metrics
No merged PRs in 30d

Description

### 어떤 에러인가요?
* 이미지 업로드시 MulterError: Unexpected field 에러, accesscontrollistnotsupported 에러가 생김

### 에러 핸들링 방법
* MulterError: Unexpected field 에러는 아래의 코드에서 제시한 key값이 img가 설정되어야 오류가 안난다.
```module.exports = multer({ storage: storage }).single("img");```
* accesscontrollistnotsupported 에러는 S3 객체 소유권 편집에서 ACL 활성화를 해줬더니 없어졌다.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.