jerqi commented on code in PR #9507:
URL: https://github.com/apache/gravitino/pull/9507#discussion_r2631105319
##########
api/src/main/java/org/apache/gravitino/credential/S3SecretKeyCredential.java:
##########
@@ -29,6 +29,10 @@ public class S3SecretKeyCredential implements Credential {
/** S3 secret key credential type. */
public static final String S3_SECRET_KEY_CREDENTIAL_TYPE = "s3-secret-key";
+ /** S3 scheme. */
+ public static final String S3_SCHEME = "s3";
+ /** S3A scheme (Hadoop S3A connector). */
+ public static final String S3A_SCHEME = "s3a";
Review Comment:
We can't. Maybe Iceberg REST will reuse them.
--
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]