Skip to content

Commit 00fa871

Browse files
committed
Remove stray Content-Type line in uploadFileToS3
1 parent 824af32 commit 00fa871

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/media-server/src/lib/ffmpeg-video.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,6 @@ export async function uploadFileToS3(
736736
contentType: string,
737737
): Promise<void> {
738738
const fileHandle = file(filePath);
739-
"Content-Type": contentType,
740739

741740
await uploadWithRetry(presignedUrl, contentType, fileHandle.size, () =>
742741
file(filePath),

0 commit comments

Comments
 (0)