display bucket quota

This commit is contained in:
chrislu
2022-01-21 00:55:04 -08:00
parent f103491912
commit b1063162b6
4 changed files with 525 additions and 506 deletions

View File

@@ -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 {