aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-03-20 14:17:31 -0700
committerChris Lu <chris.lu@gmail.com>2020-03-20 14:17:31 -0700
commitc4bea45099a3768dae7ea683afa16f2154b01ffb (patch)
tree0eab6ac4f520b875c45c9c9fcc3673c1e701f226 /other/java
parent165b0d22a43daa8680611cc366f4032196956725 (diff)
downloadseaweedfs-c4bea45099a3768dae7ea683afa16f2154b01ffb.tar.xz
seaweedfs-c4bea45099a3768dae7ea683afa16f2154b01ffb.zip
S3 API: fix DeleteMultipleObjectsHandler
fix https://github.com/chrislusf/seaweedfs/issues/1241
Diffstat (limited to 'other/java')
-rw-r--r--other/java/client/src/main/proto/filer.proto3
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) {
}