aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-02-24 14:34:14 -0800
committerChris Lu <chris.lu@gmail.com>2020-02-24 14:34:14 -0800
commitd8dec2323bde1a5ab787b719a240969852004456 (patch)
tree9f8ad5b46fb713b7b951c5515ca2670a02672fc6 /other/java/client/src
parentb06b7ca6e6257c16e006adeb8910864068b432b3 (diff)
downloadseaweedfs-d8dec2323bde1a5ab787b719a240969852004456.tar.xz
seaweedfs-d8dec2323bde1a5ab787b719a240969852004456.zip
s3: move buckets folder configuration to filer
Diffstat (limited to 'other/java/client/src')
-rw-r--r--other/java/client/src/main/proto/filer.proto1
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 6357d971f..909458daf 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -219,4 +219,5 @@ message GetFilerConfigurationResponse {
string replication = 2;
string collection = 3;
uint32 max_mb = 4;
+ string dir_buckets = 5;
}