From 9e822d4c75152e7a651f31c74ee0d2c9783cd993 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 31 May 2024 13:26:37 +0200 Subject: [PATCH] fix: typescript file upload supports arbitrary storage --- typescript-client/client.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typescript-client/client.ts b/typescript-client/client.ts index e82f8ac5ac..41805fc30d 100644 --- a/typescript-client/client.ts +++ b/typescript-client/client.ts @@ -612,6 +612,7 @@ export async function writeS3File( fileExtension: undefined, s3ResourcePath: s3ResourcePath, requestBody: fileContentBlob, + storage: s3object?.storage, }); return { s3: response.file_key,