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
feita há 6 meses164 visualizações
1 Resposta
0

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

Vinoth
respondido há 6 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas