fix: typescript file upload supports arbitrary storage

This commit is contained in:
Ruben Fiszel
2024-05-31 13:26:37 +02:00
parent 2c16a20814
commit 9e822d4c75
+1
View File
@@ -612,6 +612,7 @@ export async function writeS3File(
fileExtension: undefined,
s3ResourcePath: s3ResourcePath,
requestBody: fileContentBlob,
storage: s3object?.storage,
});
return {
s3: response.file_key,