diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-02-24 14:34:14 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-02-24 14:34:14 -0800 |
| commit | d8dec2323bde1a5ab787b719a240969852004456 (patch) | |
| tree | 9f8ad5b46fb713b7b951c5515ca2670a02672fc6 /other/java/client/src | |
| parent | b06b7ca6e6257c16e006adeb8910864068b432b3 (diff) | |
| download | seaweedfs-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.proto | 1 |
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; } |
