wangshuo128 commented on code in PR #31537: URL: https://github.com/apache/doris/pull/31537#discussion_r1513877722
########## gensrc/proto/cloud.proto: ########## @@ -187,6 +190,25 @@ message ObjectStoreInfoPB { optional bool sse_enabled = 15; } +message StorageVaultPB { + optional string id = 1; + optional string name = 2; + optional HdfsInfo hdfs_infos = 3; // HdfsResource Review Comment: ```suggestion optional HdfsInfo hdfs_info = 3; // HdfsResource ``` -- 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...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org