diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-03-20 14:17:31 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-03-20 14:17:31 -0700 |
| commit | c4bea45099a3768dae7ea683afa16f2154b01ffb (patch) | |
| tree | 0eab6ac4f520b875c45c9c9fcc3673c1e701f226 /other | |
| parent | 165b0d22a43daa8680611cc366f4032196956725 (diff) | |
| download | seaweedfs-c4bea45099a3768dae7ea683afa16f2154b01ffb.tar.xz seaweedfs-c4bea45099a3768dae7ea683afa16f2154b01ffb.zip | |
S3 API: fix DeleteMultipleObjectsHandler
fix https://github.com/chrislusf/seaweedfs/issues/1241
Diffstat (limited to 'other')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 8df46e917..b998c330c 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -24,9 +24,6 @@ service SeaweedFiler { rpc DeleteEntry (DeleteEntryRequest) returns (DeleteEntryResponse) { } - rpc StreamDeleteEntries (stream DeleteEntryRequest) returns (stream DeleteEntryResponse) { - } - rpc AtomicRenameEntry (AtomicRenameEntryRequest) returns (AtomicRenameEntryResponse) { } |
