We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6adf7 commit d932f0bCopy full SHA for d932f0b
models/CloudStoreModel.go
@@ -33,7 +33,7 @@ func NewCloudStore(private bool) (cs *CloudStore, err error) {
33
return NewCloudStoreWithConfig(config, storeType, private)
34
}
35
36
-var errWithoutConfig = errors.New("尚未配置云存储配置项?")
+var errWithoutConfig = errors.New("云存储配置不正确")
37
38
func NewCloudStoreWithConfig(storeConfig interface{}, storeType helper.ConfigCate, private bool) (cs *CloudStore, err error) {
39
cs = &CloudStore{
0 commit comments