feat(tos): knowledge node support use tos proxy dowload file

This commit is contained in:
fanlv
2025-07-23 17:25:14 +08:00
committed by 樊侣
parent 67d9687fb8
commit 5300947c43
4 changed files with 41 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ const (
TOSSecretKey = "TOS_SECRET_KEY"
TOSRegion = "TOS_REGION"
TOSEndpoint = "TOS_ENDPOINT"
TOSBucketEndpoint = "TOS_BUCKET_ENDPOINT"
HostKeyInCtx = "HOST_KEY_IN_CTX"
RequestSchemeKeyInCtx = "REQUEST_SCHEME_IN_CTX"