Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Amazon S3 Permission - Video URL is Unreachable

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/*"


0 Kudos
1 REPLY 1
Baradanikto
Roku Guru

Re: Amazon S3 Permission - Video URL is Unreachable

Is this an SDK channel or Direct Publisher?

FREE Windows desktop software for converting Direct Publisher channels to SceneGraph (SDK), for creating BIF (Trick Play) files, Roku (MRSS, JSON) feed files, and FireTV feed files @ GitHub/rrirower.
0 Kudos