-
blog > Error creating bean with name 'amazonS3': there is no metaBackEnd/실습 2022. 8. 3. 15:22
아래 라이브러리 추가 후 제목과 같은 에러 나,
관련 meta 는 prod properties 에만 추가했는데,
// AWS S3 implementation 'org.springframework.cloud:spring-cloud-starter-aws:2.0.1.RELEASE'
전체에도 지역 설정만 추가하니 해결됨
cloud.aws.region.static=ap-northeast-2
혹은 아래와 같은 설정도 되나봄
@SpringBootApplication(exclude = ContextRegionProviderAutoConfiguration.class)
https://github.com/spring-attic/spring-cloud-aws/issues/272
반응형'BackEnd > 실습' 카테고리의 다른 글
blog > 도커 push 에러 > An image does not exist locally with the tag (0) 2022.08.08 blog > controller test service mock 해야하나? (0) 2022.08.03 docker mysql 설치 / timeout 에러 (0) 2022.07.02 스프링부트-AWS > MyIsam, innoDB (0) 2022.05.01 build 과정 정리 (0) 2022.05.01