lucasberlang commented on issue #7223:
URL: https://github.com/apache/hudi/issues/7223#issuecomment-1367233792

   Good news! now is working,
   I finally fixed it by adding these properties to the core-site.xml
   
   ```xml
   <?xml version="1.0" ?>
   <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
   <configuration>
     <property>
       <name>fs.s3a.access.key</name>
       <value>xxxxxxxxxxxx</value>
     </property>
     <property>
       <name>fs.s3a.secret.key</name>
       <value>xxxxxxxxxxxx</value>
     </property>
     <!--  -->
     <property>
       <name>fs.s3a.awsAccessKeyId </name>
       <value>xxxxxxxxxxxx</value>
     </property>
     <property>
       <name>fs.s3a.awsSecretAccessKey</name>
       <value>xxxxxxxxxxxx</value>
     </property>
     <property>
       <name>fs.s3a.server-side-encryption.key</name>
       <value>xxxxxxxxxxxx</value>
     </property>
   </configuration>
   ```
   
   
   Thanks @yihua for the support!


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