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

This commit is contained in:
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,
}