S3Bubble OTT Streaming

shape
shape
shape
shape
shape
shape
shape
shape

S3Bubble Support Forums

To stay up to date with the latest S3Bubble updates and tutorials please make sure you sign up to our YouTube Channel.

home Forums General Questions & Bugs Poster not working

Tagged: 

Viewing 2 reply threads
  • Author
    Posts
    • #31750
      erodyssey
      Participant

      When I try to attach a poster to an individual movie there is no save button and the cover doesn’t take. It seems to upload with success but I can’t save it and I get stuck with the default S3 cover. Any help would be appreciated.

    • #31754
      s3bubble
      Keymaster

      Hi erodyssey,

      Are you having this issue in the S3Bubble dashboard?

      You may need to look at your permissions for your IAM user.

      {
          "Version": "2012-10-17",
          "Statement": [{
              "Action": [
                  "elastictranscoder:*",
                  "cloudfront:*",
                  "waf:*",
                  "s3:List*",
                  "s3:Put*",
                  "s3:Get*",
                  "s3:CreateBucket",
                  "s3:*MultipartUpload*",
                  "iam:CreateRole",
                  "iam:GetRole",
                  "iam:PassRole",
                  "iam:PutRolePolicy",
                  "iam:List*",
                  "kms:Get*",
                  "kms:List*",
                  "waf:ListWebACLs",
                  "waf:GetWebACL",
                  "sns:CreateTopic",
                  "sns:List*"
              ],
              "Effect": "Allow",
              "Resource": "*"
          }]
      }

      Make sure you have “s3:*MultipartUpload*”

      Best Regards

      Sam

    • #31768
      erodyssey
      Participant

      Yup, that was it. Thanks!

Viewing 2 reply threads
  • The forum ‘General Questions & Bugs’ is closed to new topics and replies.