feat: oss 备份保存个数限制

This commit is contained in:
ssongliu
2022-09-28 00:08:21 +08:00
committed by ssongliu
parent 7d14d37057
commit a0c73e8eab
13 changed files with 198 additions and 6 deletions

View File

@@ -210,3 +210,7 @@ func (s sftpClient) getBucket() (string, error) {
return "", constant.ErrInvalidParams
}
}
func (s sftpClient) ListObjects(prefix string) ([]interface{}, error) {
return nil, nil
}