We are getting an error, Required video url is unreachable. Our videos are stored on Amazon S3. Is there a path I can add to the Amazon permissions to allow Roku to access the videos?
We currently have the following already for our website, which can access the videos no problem.
"Version": "2008-10-17",
"Id": "Policy1408118342443",
"Statement": [
{
"Sid": "Stmt1408118336209",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::watchzocial/*",
"Condition": {
"StringLike": {
"aws:Referer": [
"https://website.com/*",
"https://website.com/*"