leesf commented on a change in pull request #2796:
URL: https://github.com/apache/hudi/pull/2796#discussion_r612404609



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/fs/StorageSchemes.java
##########
@@ -53,7 +53,9 @@
   // Databricks file system
   DBFS("dbfs", false),
   // IBM Cloud Object Storage
-  COS("cos", false);
+  COS("cos", false),
+  // Huawei Cloud Object Storage
+  OBS("obs", false);

Review comment:
       @xiarixiaoyao would you please also add an entry here 
http://hudi.apache.org/docs/cloud.html and a page like this 
http://hudi.apache.org/docs/ibm_cos_hoodie.html to describe how to use obs?




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to