feat(ci): use nginx for minio proxy (#605)

This commit is contained in:
Ryo
2025-08-06 15:42:38 +08:00
committed by GitHub
parent fa0daada8a
commit a179748877
6 changed files with 25 additions and 3 deletions

View File

@ -23,6 +23,7 @@ import (
"gorm.io/gorm"
"github.com/cloudwego/eino/callbacks"
"github.com/coze-dev/coze-studio/backend/application/internal"
wfdatabase "github.com/coze-dev/coze-studio/backend/crossdomain/workflow/database"

View File

@ -18,6 +18,7 @@ package service
import (
"github.com/cloudwego/eino/callbacks"
"github.com/coze-dev/coze-studio/backend/domain/workflow/internal/execute"
)

View File

@ -161,6 +161,7 @@ func setCrashOutput() {
debug.SetCrashOutput(crashFile, debug.CrashOptions{})
}
// TODO: remove me later
func asyncStartMinioProxyServer(ctx context.Context) {
storageType := getEnv(consts.StorageType, "minio")
proxyURL := getEnv(consts.MinIOAPIHost, "http://localhost:9000")