Skip to content

Commit 37104eb

Browse files
authored
Merge pull request #9441 from okatu-loli/feat/add-streamtape-driver
Add streamtape driver
2 parents 39c236b + 1175f8a commit 37104eb

File tree

5 files changed

+639
-0
lines changed

5 files changed

+639
-0
lines changed

drivers/all.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ import (
6666
_ "github.com/alist-org/alist/v3/drivers/seafile"
6767
_ "github.com/alist-org/alist/v3/drivers/sftp"
6868
_ "github.com/alist-org/alist/v3/drivers/smb"
69+
_ "github.com/alist-org/alist/v3/drivers/streamtape"
6970
_ "github.com/alist-org/alist/v3/drivers/teambition"
7071
_ "github.com/alist-org/alist/v3/drivers/terabox"
7172
_ "github.com/alist-org/alist/v3/drivers/thunder"

0 commit comments

Comments
 (0)