pratyakshsharma commented on code in PR #8208:
URL: https://github.com/apache/hudi/pull/8208#discussion_r1239497892


##########
hudi-aws/src/main/java/org/apache/hudi/config/HoodieAWSConfig.java:
##########
@@ -63,6 +63,11 @@ public class HoodieAWSConfig extends HoodieConfig {
         .sinceVersion("0.10.0")
         .withDocumentation("AWS session token");
 
+  public static final ConfigProperty<String> AWS_REGION = ConfigProperty
+          .key("hoodie.aws.region")

Review Comment:
   The original intent of adding this config was only for glue. If S3 and glue 
need to be pointed to different regions, then we need a separate config for S3.



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to