🐛 fix #551 add S3ForcePathStyle config

This commit is contained in:
Xhofe
2022-02-17 11:30:34 +08:00
parent f11e22deaf
commit 515daa22a9
3 changed files with 93 additions and 4 deletions

View File

@ -47,6 +47,7 @@ type Account struct {
AccessSecret string `json:"access_secret"`
CustomHost string `json:"custom_host"`
ExtractFolder string `json:"extract_folder"`
Bool1 bool `json:"bool_1"`
}
var accountsMap = make(map[string]Account)