Skip to content

Commit

Permalink
Merge branch 'main' into metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
SCNieh authored Mar 6, 2024
2 parents a4e63cd + c6c0a36 commit 9a803d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -665,8 +665,8 @@ public S3AsyncClient newS3Client(String endpoint, String region, boolean forcePa
}
builder.serviceConfiguration(c -> c.pathStyleAccessEnabled(forcePathStyle));
builder.credentialsProvider(newCredentialsProviderChain(credentialsProviders));
builder.overrideConfiguration(b -> b.apiCallTimeout(Duration.ofMinutes(1))
.apiCallAttemptTimeout(Duration.ofSeconds(30)));
builder.overrideConfiguration(b -> b.apiCallTimeout(Duration.ofMinutes(2))
.apiCallAttemptTimeout(Duration.ofSeconds(60)));
return builder.build();
}

Expand Down

0 comments on commit 9a803d1

Please sign in to comment.