Skip to content

Commit c3b36e7

Browse files
committed
add jira issue
1 parent a318fc8 commit c3b36e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public void clusterChanged(ClusterChangedEvent event) {
8484

8585
final Settings currentSettings = Settings.builder()
8686
// merge with static settings such as max retries etc
87-
// TODO: We may need to update this if per-project settings decide to support hierarchical overrides
87+
// TODO: https://elasticco.atlassian.net/browse/ES-11716 Consider change this to use per-project settings
8888
.put(nodeS3Settings)
8989
.setSecureSettings(projectSecrets.getSettings())
9090
.build();

0 commit comments

Comments
 (0)