FANNG1 commented on code in PR #4939:
URL: https://github.com/apache/gravitino/pull/4939#discussion_r1759699567


##########
catalogs/catalog-lakehouse-paimon/src/main/java/org/apache/gravitino/catalog/lakehouse/paimon/PaimonCatalogPropertiesMetadata.java:
##########
@@ -61,6 +62,12 @@ public class PaimonCatalogPropertiesMetadata extends 
BaseCatalogPropertiesMetada
           AuthenticationConfig.AUTH_TYPE_KEY,
           AuthenticationConfig.AUTH_TYPE_KEY);
 
+  private static final Map<String, String> S3_CONFIGURATION =
+      ImmutableMap.of(
+          PaimonS3FileSystemConfig.S3_ACCESS_KEY, 
PaimonS3FileSystemConfig.S3_ACCESS_KEY,

Review Comment:
   I prefer to use the properties defined in `S3Properties` to unify the 
storage configuration for Gravitino



-- 
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]

Reply via email to