muhnizar
muhnizar

Reputation: 327

Configuration for Amazon S3 bucket for thumbnail in Amazon Elastic transcoder

I'm having a problem inputting bucket location in Creating pipeline on Elastic transcoder!

enter image description here

The Error is

Error 1 validation error detected: Value 'http://www.videostest.com/thumb' at 'thumbnailConfig.bucket' failed to satisfy constraint: Member must satisfy regular expression pattern: ^(\w|.|-){1,255}$

I don't know what the problem is. I'm sure I'm putting the right file location. Could anyone help me solve this?

Upvotes: 0

Views: 981

Answers (1)

Naveen Vijay
Naveen Vijay

Reputation: 16492

You shouldn't put the CNAME attached for the bucket or your app [ I guess you have configured CNAME for the S3 and so you are entering that ].

You need to put the S3 Bucket Name. Actually you need not even type the S3 Bucket name, you place the cursor in the text box, it auto fills. If you are not getting the auto suggestion, chances are you do not have a S3 Bucket created in that region.

It isn't that hard / complicated. Also check if your IAM user account has access to the S3.

enter image description here

Upvotes: 0

Related Questions