3D模型数据资源备份镜像批量处理

This commit is contained in:
momo
2023-11-21 11:45:12 +08:00
parent e2552f50be
commit 7bdb1f3385
12 changed files with 275 additions and 0 deletions

View File

@@ -24,4 +24,10 @@ type Config struct {
Version string
Urls []string
}
AliyunOSS struct {
AccessKeyId string
AccessKeySecret string
BasePath string
Endpoint string
}
}