diff options
| author | chrislu <chris.lu@gmail.com> | 2024-07-17 23:14:34 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-07-17 23:14:36 -0700 |
| commit | 96af5712195be37b309115795066f17c7cc6126d (patch) | |
| tree | 7a1a79b34e1040889d98124351ea777af988c640 /other | |
| parent | a8fa78b892079996ec77568d8156eadb54f4d28a (diff) | |
| download | seaweedfs-96af5712195be37b309115795066f17c7cc6126d.tar.xz seaweedfs-96af5712195be37b309115795066f17c7cc6126d.zip | |
add collection for buckets
Diffstat (limited to 'other')
| -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 fa37703b2..a015ba01b 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -125,6 +125,7 @@ message Entry { RemoteEntry remote_entry = 10; int64 quota = 11; // for bucket only. Positive/Negative means enabled/disabled. + string collection = 12; // for bucket only. Empty means using default bucket name. } message FullEntry { |
