xiarixiaoyao commented on a change in pull request #2796:
URL: https://github.com/apache/hudi/pull/2796#discussion_r612429792
##########
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:
ok. but maybe i have no right to edit
http://hudi.apache.org/docs/cloud.html, could you help me, thanks
--
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]