aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-03-16 23:55:31 -0700
committerchrislu <chris.lu@gmail.com>2022-03-16 23:55:31 -0700
commit4042fdf3bb5dc9cab2f6df3911819678bbf03e01 (patch)
tree4d2e3d4d33eb6a3f5339f8dab9cdc93504da36aa /other/java
parentd2acde2a61e659dc91236977d1d36394a56b792f (diff)
downloadseaweedfs-4042fdf3bb5dc9cab2f6df3911819678bbf03e01.tar.xz
seaweedfs-4042fdf3bb5dc9cab2f6df3911819678bbf03e01.zip
rename to skipCheckParentDir
related to https://github.com/chrislusf/seaweedfs/pull/2761 It's better to default to false.
Diffstat (limited to 'other/java')
-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 {