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,