修改阿波罗的接入方式

This commit is contained in:
ayflying
2024-12-27 11:20:42 +08:00
parent dfd52063aa
commit 037541abc8
6 changed files with 130 additions and 50 deletions

View File

@@ -45,6 +45,8 @@ func New(_name ...string) *Mod {
name = getName.String()
}
get2, err := g.Cfg().Get(ctx, "s3")
g.Dump(get2)
get, err := g.Cfg().Get(ctx, "s3."+name)
if err != nil {
panic(err.Error())