Skip to content

Commit e1862dd

Browse files
committed
comment
1 parent 38ee3b0 commit e1862dd

File tree

1 file changed

+1
-0
lines changed
  • modules/repository-s3/src/main/java/org/elasticsearch/repositories/s3

1 file changed

+1
-0
lines changed

modules/repository-s3/src/main/java/org/elasticsearch/repositories/s3/S3Service.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ ProjectId effectiveProjectId(@Nullable ProjectId projectId) {
182182
return projectId == null ? ProjectId.DEFAULT : projectId;
183183
}
184184

185+
// TODO: consider moving client building into S3ClientsManager
185186
private AmazonS3Reference buildClientReference(final S3ClientSettings clientSettings) {
186187
final SdkHttpClient httpClient = buildHttpClient(clientSettings, getCustomDnsResolver());
187188
Releasable toRelease = httpClient::close;

0 commit comments

Comments
 (0)