mirror of
https://github.com/jcreek/Creek.FileRepository.git
synced 2026-07-12 18:33:43 +00:00
feat(*): Add the SftpRepository to the factory
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
using System;
|
using FileRepository.Repositories;
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
@@ -58,8 +59,8 @@ namespace FileRepository
|
|||||||
//case RepositoryType.S3:
|
//case RepositoryType.S3:
|
||||||
// break;
|
// break;
|
||||||
|
|
||||||
//case RepositoryType.Sftp:
|
case RepositoryType.Sftp:
|
||||||
// break;
|
return new SftpRepository();
|
||||||
|
|
||||||
//case RepositoryType.Sql:
|
//case RepositoryType.Sql:
|
||||||
// break;
|
// break;
|
||||||
|
|||||||
Reference in New Issue
Block a user