File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
polaris-core/src/main/java/org/apache/polaris/core/storage Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments