fix(s3): set default root path (close #2834)

pull/2849/head v3.7.2
Noah Hsu 2022-12-30 14:53:01 +08:00
parent d1b9db38c7
commit 16e07ae016
2 changed files with 4 additions and 2 deletions

View File

@ -21,6 +21,7 @@ type Addition struct {
var config = driver.Config{
Name: "S3",
DefaultRoot: "/",
LocalSort: true,
CheckStatus: true,
}

View File

@ -16,8 +16,9 @@ type Addition struct {
}
var config = driver.Config{
Name: "USS",
LocalSort: true,
Name: "USS",
LocalSort: true,
DefaultRoot: "/",
}
func init() {