diff options
| author | chrislu <chris.lu@gmail.com> | 2022-03-16 23:55:31 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-03-16 23:55:31 -0700 |
| commit | 4042fdf3bb5dc9cab2f6df3911819678bbf03e01 (patch) | |
| tree | 4d2e3d4d33eb6a3f5339f8dab9cdc93504da36aa /other/java/client/src | |
| parent | d2acde2a61e659dc91236977d1d36394a56b792f (diff) | |
| download | seaweedfs-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/client/src')
| -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 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 { |
