aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/filer.proto
diff options
context:
space:
mode:
Diffstat (limited to 'weed/pb/filer.proto')
-rw-r--r--weed/pb/filer.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/pb/filer.proto b/weed/pb/filer.proto
index 3303dc444..3db2b53c9 100644
--- a/weed/pb/filer.proto
+++ b/weed/pb/filer.proto
@@ -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 {