mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 00:01:55 +00:00
fix: typescript file upload supports arbitrary storage
This commit is contained in:
@@ -612,6 +612,7 @@ export async function writeS3File(
|
||||
fileExtension: undefined,
|
||||
s3ResourcePath: s3ResourcePath,
|
||||
requestBody: fileContentBlob,
|
||||
storage: s3object?.storage,
|
||||
});
|
||||
return {
|
||||
s3: response.file_key,
|
||||
|
||||
Reference in New Issue
Block a user