aws s3에 이미지를 업로드 하기위해 yml 파일 설정시 에러 발생
해결방법
yml 파일에 아래 코드를 추가하면 된다.
logging:
level:
com:
amazonaws:
util:
EC2MetadataUtils: error
internal:
InstanceMetadataServiceResourceFetcher: error
'에러 해결' 카테고리의 다른 글
git permission denied 에러 해결 (0) | 2022.01.26 |
---|---|
Spring boot test junit5 @Autowired null 에러 (0) | 2022.01.08 |
리눅스 ruby ./ no such file or directory 에러 해결 (0) | 2021.12.17 |
Field 'id' doesn't have a default value 에러 해결 (0) | 2021.12.14 |
junit5 failed to load applicationcontext 에러 해결 (0) | 2021.12.13 |