feat: add upyun-uss driver

This commit is contained in:
Noah Hsu
2022-09-04 13:03:10 +08:00
parent ffba5e0aec
commit a4a8739748
8 changed files with 197 additions and 2 deletions

View File

@ -20,8 +20,9 @@ type Addition struct {
}
var config = driver.Config{
Name: "S3",
LocalSort: true,
Name: "S3",
LocalSort: true,
CheckStatus: true,
}
func New() driver.Driver {