fix: Wrong content type

This commit is contained in:
florian 2023-07-08 09:25:26 +02:00
parent 1e54e27918
commit a285860281

View File

@ -36,7 +36,7 @@ export const uploadFile = async (
Key: targetKey,
Body: fileStream,
ACL: 'public-read',
ContentType: 'video/mp2t',
ContentType: contentType,
})
);
};