Spring 실행 시 발생하는 에러로
AmazonS3ClientBuilder
.standard()
.withCredentials(new AWSStaticCredentialsProvider(awsCredentials))
.withEndpointConfiguration(new AwsClientBuilder.EndpointConfiguration("https://s3.us-east-1.amazonaws.com", "us-east-1"))
.build();
Endpoint를 추가하여 실행해보기 바란다
'에러 > spring' 카테고리의 다른 글
[Spring] the prefix for element is not bound 에러 (0) | 2021.08.26 |
---|---|
[Spring] javax/xml/bind/DatatypeConverter 에러 (0) | 2021.04.15 |
[Spring] ./gradlew: command not found 에러 (0) | 2021.04.07 |
[Spring] error creating bean with name s3 에러 (0) | 2020.12.27 |
[Spring] command line is too long. shorten command line for 에러 (0) | 2020.12.27 |
댓글