diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-11-11 23:46:42 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-11-11 23:46:45 -0800 |
| commit | c32b6f4d9d99d175863e778dcc0da8ef3da27d96 (patch) | |
| tree | 0d1e8af4c13cbfb81697488717dbf8da8f26c1f3 /other/java | |
| parent | 0fbc27b6407efaf07dceb54fe6d3cd64e3d033b3 (diff) | |
| download | seaweedfs-c32b6f4d9d99d175863e778dcc0da8ef3da27d96.tar.xz seaweedfs-c32b6f4d9d99d175863e778dcc0da8ef3da27d96.zip | |
prepare for path based configuration
Diffstat (limited to 'other/java')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 11c29e6ec..8829062f4 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -348,3 +348,11 @@ message KvPutRequest { message KvPutResponse { string error = 1; } + +// path-based configurations +message FilerPathConfiguration { + string location = 1; + string collection = 2; + string replication = 3; + string ttl = 4; +} |
