feat(ci): use nginx for minio proxy (#605)
This commit is contained in:
@ -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"
|
||||
|
||||
@ -18,6 +18,7 @@ package service
|
||||
|
||||
import (
|
||||
"github.com/cloudwego/eino/callbacks"
|
||||
|
||||
"github.com/coze-dev/coze-studio/backend/domain/workflow/internal/execute"
|
||||
)
|
||||
|
||||
|
||||
@ -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")
|
||||
|
||||
Reference in New Issue
Block a user