diff options
| author | chrislu <chris.lu@gmail.com> | 2024-07-20 12:00:50 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-07-20 12:00:50 -0700 |
| commit | 9dcc5764999737e605f4d763460c736a52b79b20 (patch) | |
| tree | 8407d5579b58e4d77dcfcebe6a3ccf9b539998cc /other/java | |
| parent | aed2a18223950a2bf83fba11f0ef27e3f96ad045 (diff) | |
| download | seaweedfs-9dcc5764999737e605f4d763460c736a52b79b20.tar.xz seaweedfs-9dcc5764999737e605f4d763460c736a52b79b20.zip | |
Revert "add collection for buckets"
This reverts commit 96af5712195be37b309115795066f17c7cc6126d.
Diffstat (limited to 'other/java')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index a015ba01b..fa37703b2 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -125,7 +125,6 @@ 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 { |
