Services Plugins FAQs

AWS File Uploader Help

try this one, there was a syntax error

{
“Version”: “2012-10-17”,
“Id”: “http referer policy example”,
“Statement”: [
{
“Sid”: “”,
“Effect”: “Allow”,
“Principal”: {
“AWS”: “arn:aws:iam::034761183699:role/Cognito_JamSceneUnauth_Role”
},
“Action”: “s3:",
“Resource”: [
"arn:aws:s3:::jamscene/

]
},
{
“Sid”: “AddPerm”,
“Effect”: “Allow”,
“Principal”: “",
“Action”: [
“s3:GetObject”
],
“Resource”: [
"arn:aws:s3:::jamscene/

]
}
]
}

still gets the same error

stars didn’t get copied as a plain text. I’m sending as snippet

    {
    "Version": "2012-10-17",
    "Id": "http referer policy example",
    "Statement": [
        {
            "Sid": "",
            "Effect": "Allow",
            "Principal": {
                "AWS": "arn:aws:iam::034761183699:role/Cognito_JamSceneUnauth_Role"
            },
            "Action": "s3:*",
            "Resource": [
                "arn:aws:s3:::jamscene/*"
            ]
        },
        {
            "Sid": "AddPerm",
            "Effect": "Allow",
            "Principal": "*",
            "Action": [
                "s3:GetObject"
            ],
            "Resource": [
                "arn:aws:s3:::jamscene/*"
            ]
        }
    ]
}

no AWS errors now but the audio players still aren’t playing anything

we found one more little bug with prefixes, please upgrade the plugin version, refresh the browser and retry
thanks!

Looks like it’s working. cheers.

Audio is great - Video is slow and buffers a lot though - I might change my video file option to be a link to a user’s youtube clip instead - would your video player plugin play a youtube clip or do I use a different solution for that?

yes, our player supports youtube and vimeo videos. feel free to experiment
thanks!