mirror of https://github.com/Xhofe/alist
parent
d1b9db38c7
commit
16e07ae016
|
@ -21,6 +21,7 @@ type Addition struct {
|
||||||
|
|
||||||
var config = driver.Config{
|
var config = driver.Config{
|
||||||
Name: "S3",
|
Name: "S3",
|
||||||
|
DefaultRoot: "/",
|
||||||
LocalSort: true,
|
LocalSort: true,
|
||||||
CheckStatus: true,
|
CheckStatus: true,
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,6 +18,7 @@ type Addition struct {
|
||||||
var config = driver.Config{
|
var config = driver.Config{
|
||||||
Name: "USS",
|
Name: "USS",
|
||||||
LocalSort: true,
|
LocalSort: true,
|
||||||
|
DefaultRoot: "/",
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
Loading…
Reference in New Issue