How to check status of post transcode file transfer to S3
If I don't have access to S3 bucket, how can I make sure the file went through after Transcode?
Use this script
Http Method : HEAD
Powershell test : Invoke-WebRequest -Uri "https://mypbs-simulator.s3.amazonaws.com/P536842-001EXPY.mp4" -Method "Head"
Replace the TXXX with the P/T number you are testing (from the output folder in F800)