S3
![[Spring/Nginx] MultipartFile 최대 용량 설정하기 (MaxUploadSizeExceededException / Request Entity Too Large)](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FLS2MX%2FbtrP4waY4wb%2F4i0aQJhr3ZgDW3Pqtshph1%2Fimg.png)
[Spring/Nginx] MultipartFile 최대 용량 설정하기 (MaxUploadSizeExceededException / Request Entity Too Large)
❌ 에러 상황 org.springframework.web.multipart.MaxUploadSizeExceededException: Maximum upload size exceeded; nested exception is java.lang.IllegalStateException: org.apache.tomcat.util.http.fileupload.impl.FileSizeLimitExceededException: The field multipartFiles exceeds its maximum permitted size of 1048576 bytes. AWS S3 파일 업로드 중 발생한 문제 MaxUploadSizeExceededException AWS S3 와 연동해서 파일을 업로드 할 때 http 41..