Issue where user uploaded a something.MP3 file via Publish/CMS. And then the PublicAsset stuff in CMS returns the wrong case in the enclosure_url, and the signed redirect-to-S3 is a 404/403.
The cms-audio-lambda copies the file over as-is to:
This mirrors what Exchange does, where the original file would be an mp2 or something, but _broadcast is a transcoded mp3. But unlink Exchange, the cms-audio-lambda leaves the extension alone.
CMS should just return the original extension lower-or-uppercase.
Issue where user uploaded a
something.MP3
file via Publish/CMS. And then the PublicAsset stuff in CMS returns the wrong case in theenclosure_url
, and the signed redirect-to-S3 is a 404/403.The cms-audio-lambda copies the file over as-is to:
This mirrors what Exchange does, where the original file would be an mp2 or something, but
_broadcast
is a transcoded mp3. But unlink Exchange, the cms-audio-lambda leaves the extension alone.CMS should just return the original extension lower-or-uppercase.