aboutsummaryrefslogtreecommitdiff
path: root/other/java/client
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-03-21 11:02:04 -0700
committerGitHub <noreply@github.com>2022-03-21 11:02:04 -0700
commit0d692a6254dc5a1a8a8a1c97c25ed31ab70e2673 (patch)
treedb5a74f6a9800dc3329a911828eb78949d4c61cf /other/java/client
parentd12540c9f2367ea01823ca7d4ff0c26f6be6fb15 (diff)
parent349257f8225565cab323090f390b6b62f02e94ac (diff)
downloadseaweedfs-0d692a6254dc5a1a8a8a1c97c25ed31ab70e2673.tar.xz
seaweedfs-0d692a6254dc5a1a8a8a1c97c25ed31ab70e2673.zip
Merge branch 'master' into upstream
Diffstat (limited to 'other/java/client')
-rw-r--r--other/java/client/src/main/proto/filer.proto1
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 36b253eec..389332114 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -181,6 +181,7 @@ message CreateEntryRequest {
bool o_excl = 3;
bool is_from_other_cluster = 4;
repeated int32 signatures = 5;
+ bool skip_check_parent_directory = 6;
}
message CreateEntryResponse {