mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-11 23:56:53 +00:00
fix: listdir rpc (#979)
Co-authored-by: houseme <housemecn@gmail.com> Co-authored-by: loverustfs <hello@rustfs.com>
This commit is contained in:
@@ -225,6 +225,8 @@ message ReadAtResponse {
|
||||
message ListDirRequest {
|
||||
string disk = 1; // indicate which one in the disks
|
||||
string volume = 2;
|
||||
string dir_path = 3;
|
||||
int32 count = 4;
|
||||
}
|
||||
|
||||
message ListDirResponse {
|
||||
|
||||
Reference in New Issue
Block a user