S3ClientBuilder.Build() is not working

0

Hi When I try to use below code. builder.build() is not throwing any error. and its not responding anything. Can anyone help on this.

S3ClientBuilder builder = S3Client.builder() .credentialsProvider(() -> StaticCredentialsProvider.create(credentials).resolveCredentials()) .region(Region.of(region)); builder.build() // This is not responding anything.

Dependeny: <dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>s3</artifactId> <version>2.21.21</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> </dependency>

Vinoth
已提问 6 个月前164 查看次数
1 回答
0

I resolved it. Due to dependency conflicts the issue was. Thanks guys.

Vinoth
已回答 6 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容