[Error Handling] File upload failed : AccessControlListNotSupported: The bucket does not allow ACLs
Open
Server
에러핸들링
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
> ### 어떤 에러인가요?
> 이미지 첨부 미니 서버 실행 시 서버 자체가 아래 에러를 출력하며 실행이 안됨
> ### 에러 메시지
> ```shell
>File upload failed : AccessControlListNotSupported: The bucket does not allow ACLs
> ```
>
> ### 에러 핸들링 방법
> s3 버킷 권한 설정 문제. 버킷 권한에서 ACL 활성화 옵션 설정해주면 해결된다
>
> ```js
> // 코드가 들어가도 좋아요!
> ```
>
> ### 에러 핸들링을 위해 참고한 레퍼런스 링크
> [링크](https://www.inflearn.com/questions/374465)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.