diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-09-11 20:26:20 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-09-11 20:26:20 -0700 |
| commit | ae53f636804e41c2c7a0817e8f35434a00b6eacb (patch) | |
| tree | 82bbdbcf4b454cb506934847e26076cfdd79e4b7 /other/java/client/src/main/proto | |
| parent | 5e9c65469ecf3356fa02b1cef246d83abdb02d14 (diff) | |
| download | seaweedfs-ae53f636804e41c2c7a0817e8f35434a00b6eacb.tar.xz seaweedfs-ae53f636804e41c2c7a0817e8f35434a00b6eacb.zip | |
filer: recursive deletion optionally ignoring any errors
fix https://github.com/chrislusf/seaweedfs/issues/1062
Diffstat (limited to 'other/java/client/src/main/proto')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index d72bced12..18ccca44f 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -141,6 +141,7 @@ message DeleteEntryRequest { // bool is_directory = 3; bool is_delete_data = 4; bool is_recursive = 5; + bool ignore_recursive_error = 6; } message DeleteEntryResponse { |
