Skip to content

Commit 8ae8f0e

Browse files
committed
update property descriptions
1 parent dd18fef commit 8ae8f0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

polaris-core/src/main/java/org/apache/polaris/core/storage/StorageAccessProperty.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public enum StorageAccessProperty {
5151
AWS_REFRESH_CREDENTIALS_ENDPOINT(
5252
String.class,
5353
AwsClientProperties.REFRESH_CREDENTIALS_ENDPOINT,
54-
"the endpoint to use for refreshing credentials",
54+
"the endpoint to load vended credentials for a table from the catalog",
5555
false,
5656
false),
5757

@@ -71,7 +71,7 @@ public enum StorageAccessProperty {
7171
GCS_REFRESH_CREDENTIALS_ENDPOINT(
7272
String.class,
7373
GCPProperties.GCS_OAUTH2_REFRESH_CREDENTIALS_ENDPOINT,
74-
"the endpoint to use for refreshing credentials",
74+
"the endpoint to load vended credentials for a table from the catalog",
7575
false,
7676
false),
7777

@@ -88,7 +88,7 @@ public enum StorageAccessProperty {
8888
AZURE_REFRESH_CREDENTIALS_ENDPOINT(
8989
String.class,
9090
"adls.refresh-credentials-endpoint",
91-
"the endpoint to use for refreshing credentials",
91+
"the endpoint to load vended credentials for a table from the catalog",
9292
false,
9393
false),
9494
EXPIRATION_TIME(

0 commit comments

Comments
 (0)