fix(infra): support configuring the HTTP schema of storage upload in … (#450)

This commit is contained in:
junwen-lee
2025-08-01 12:16:57 +08:00
committed by GitHub
parent 6f305e33aa
commit 568819b8e5
6 changed files with 17 additions and 11 deletions

View File

@@ -31,6 +31,7 @@ const (
FileUploadComponentType = "FILE_UPLOAD_COMPONENT_TYPE"
FileUploadComponentTypeImagex = "imagex"
FileUploadComponentTypeStorage = "storage"
StorageUploadHTTPScheme = "STORAGE_UPLOAD_HTTP_SCHEME"
StorageType = "STORAGE_TYPE"
MinIOAK = "MINIO_AK"