调整s3储存

This commit is contained in:
ayflying
2025-01-15 18:52:53 +08:00
parent 6b0d2359c5
commit 9df7bd891e
2 changed files with 1 additions and 3 deletions

View File

@@ -45,8 +45,6 @@ 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())