We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a318fc8 commit c3b36e7Copy full SHA for c3b36e7
modules/repository-s3/src/main/java/org/elasticsearch/repositories/s3/S3PerProjectClientManager.java
@@ -84,7 +84,7 @@ public void clusterChanged(ClusterChangedEvent event) {
84
85
final Settings currentSettings = Settings.builder()
86
// 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
+ // TODO: https://elasticco.atlassian.net/browse/ES-11716 Consider change this to use per-project settings
88
.put(nodeS3Settings)
89
.setSecureSettings(projectSecrets.getSettings())
90
.build();
0 commit comments