S3
[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..