We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ee3b0 commit e1862ddCopy full SHA for e1862dd
modules/repository-s3/src/main/java/org/elasticsearch/repositories/s3/S3Service.java
@@ -182,6 +182,7 @@ ProjectId effectiveProjectId(@Nullable ProjectId projectId) {
182
return projectId == null ? ProjectId.DEFAULT : projectId;
183
}
184
185
+ // TODO: consider moving client building into S3ClientsManager
186
private AmazonS3Reference buildClientReference(final S3ClientSettings clientSettings) {
187
final SdkHttpClient httpClient = buildHttpClient(clientSettings, getCustomDnsResolver());
188
Releasable toRelease = httpClient::close;
0 commit comments