mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-21 00:57:57 +08:00
display bucket quota
This commit is contained in:
@@ -114,6 +114,7 @@ message Entry {
|
||||
bytes content = 9; // if not empty, the file content
|
||||
|
||||
RemoteEntry remote_entry = 10;
|
||||
int64 quota = 11; // for bucket only. Positive/Negative means enabled/disabled.
|
||||
}
|
||||
|
||||
message FullEntry {
|
||||
|
Reference in New Issue
Block a user