Skip to content

Commit fbdd313

Browse files
committed
replace with GCS
1 parent ea420be commit fbdd313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/repository-gcs/src/main/java/org/elasticsearch/repositories/gcs/GoogleCloudStorageClientsManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public void applyClusterState(ClusterChangedEvent event) {
7676
continue;
7777
}
7878
final ProjectSecrets projectSecrets = project.custom(ProjectSecrets.TYPE);
79-
// Project secrets can be null when node restarts. It may not have any s3 credentials if s3 is not in use.
79+
// Project secrets can be null when node restarts. It may not have any GCS credentials if GCS is not in use.
8080
if (projectSecrets == null || projectSecrets.getSettingNames().stream().noneMatch(key -> key.startsWith(GCS_SETTING_PREFIX))) {
8181
// Most likely there won't be any existing client, but attempt to remove it anyway just in case
8282
perProjectClientsHolders.remove(project.id());

0 commit comments

Comments
 (0)