i18n: logs in conf/crontab/email/fs.driver
This commit is contained in:
@@ -62,7 +62,7 @@ func NewDriver(policy *model.Policy) (*Driver, error) {
|
||||
// InitS3Client 初始化S3会话
|
||||
func (handler *Driver) InitS3Client() error {
|
||||
if handler.Policy == nil {
|
||||
return errors.New("存储策略为空")
|
||||
return errors.New("empty policy")
|
||||
}
|
||||
|
||||
if handler.svc == nil {
|
||||
|
||||
Reference in New Issue
Block a user