zhongjiajie commented on code in PR #14082:
URL: 
https://github.com/apache/dolphinscheduler/pull/14082#discussion_r1191844807


##########
dolphinscheduler-storage-plugin/dolphinscheduler-storage-api/src/main/java/org/apache/dolphinscheduler/plugin/storage/api/StorageType.java:
##########
@@ -25,7 +25,9 @@ public enum StorageType {
     HDFS(1, "HDFS"),
     OSS(2, "OSS"),
     S3(3, "S3"),
-    GCS(4, "GCS");
+    GCS(4, "GCS"),
+

Review Comment:
   if we add it, we can add some document like 
   
   ```text
   Note that there is a duplicate empty file <no name> since Azure blob storage 
does not support having empty folders. But this does not affect the file 
display in the ds resource center
   ```
   
   in our document



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