Untitled

에러 메세지 :

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 's3Config': Injection of autowired dependencies failed

Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'AWS_ACCESS_KEY' in value "${AWS_ACCESS_KEY}”

Untitled

.env 파일에 해당 AWS_ACCESS_KEY 값이 존재하지만 적용이 안되는 에러이다.

해결 방법 : application → edit configurations… → environment variables 에서 해당 .env 파일을 등록해준다.

Untitled

Untitled