mchades commented on code in PR #6985:
URL: https://github.com/apache/gravitino/pull/6985#discussion_r2051925023
##########
catalogs/catalog-common/src/main/java/org/apache/gravitino/credential/CredentialConstants.java:
##########
@@ -28,5 +28,8 @@ public class CredentialConstants {
public static final String OSS_TOKEN_EXPIRE_IN_SECS =
"oss-token-expire-in-secs";
public static final String ADLS_TOKEN_EXPIRE_IN_SECS =
"adls-token-expire-in-secs";
+ /** The HTTP header used to get the credential from fileset location */
+ public static final String HTTP_HEADER_CURRENT_LOCATION_NAME =
"Current-Location-Name";
Review Comment:
I don't get your point. Can you explain more?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]