This commit is contained in:
wangchuxiao
2022-08-01 14:33:01 +08:00
parent ef9c291d9a
commit 9136838b63
4 changed files with 13 additions and 8 deletions
+1
View File
@@ -72,6 +72,7 @@ type config struct {
EndpointInner string `yaml:"endpointInner"`
EndpointInnerEnable bool `yaml:"endpointInnerEnable"`
StorageTime int `yaml:"storageTime"`
IsDistributedMod bool `yaml:"isDistributedMod"`
} `yaml:"minio"`
}