s7monk commented on code in PR #100:
URL:
https://github.com/apache/incubator-paimon-webui/pull/100#discussion_r1406992692
##########
paimon-web-api/src/main/java/org/apache/paimon/web/api/common/CatalogProperties.java:
##########
@@ -27,5 +27,16 @@ public class CatalogProperties {
public static final String URI = "uri";
+ public static final String S3_ENDPOINT = "s3.endpoint";
+
+ public static final String S3_SECRET_KEY = "s3.secret-key";
+
+ public static final String S3_ACCESS_KEY = "s3.access-key";
+
+ public static final String OSS_ENDPOINT = "fs.oss.endpoint";
+
+ public static final String OSS_SECRET_KEY = "fs.oss.accessKeyId";
+
+ public static final String OSS_ACCESS_KEY = "fs.oss.accessKeySecret";
public static final String HIVE_CONF_DIR = "hive-conf-dir";
Review Comment:
Keep the same line breaks as above.
--
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]