From 4042fdf3bb5dc9cab2f6df3911819678bbf03e01 Mon Sep 17 00:00:00 2001 From: chrislu Date: Wed, 16 Mar 2022 23:55:31 -0700 Subject: rename to skipCheckParentDir related to https://github.com/chrislusf/seaweedfs/pull/2761 It's better to default to false. --- other/java/client/src/main/proto/filer.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'other/java/client/src') 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 { -- cgit v1.2.3