mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 17:04:03 +08:00
rename to skipCheckParentDir
related to https://github.com/chrislusf/seaweedfs/pull/2761 It's better to default to false.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user