filer add data center option

This commit is contained in:
Chris Lu
2018-07-09 02:22:48 -07:00
parent d0982cafa7
commit 50d351944f
4 changed files with 7 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ type FilerOption struct {
MaxMB int
SecretKey string
DirListingLimit int
DataCenter string
}
type FilerServer struct {