feat: add smb driver (close #1746) (#2114)

* feat: add smb driver (close #1746)

* Update driver.go
This commit is contained in:
BoYanZh
2022-10-25 23:00:23 +08:00
committed by GitHub
parent 0019959eec
commit dd4674e486
7 changed files with 322 additions and 0 deletions

View File

@ -21,6 +21,7 @@ import (
_ "github.com/alist-org/alist/v3/drivers/quark"
_ "github.com/alist-org/alist/v3/drivers/s3"
_ "github.com/alist-org/alist/v3/drivers/sftp"
_ "github.com/alist-org/alist/v3/drivers/smb"
_ "github.com/alist-org/alist/v3/drivers/teambition"
_ "github.com/alist-org/alist/v3/drivers/thunder"
_ "github.com/alist-org/alist/v3/drivers/uss"