AWSClientConfig.properties

The full path of this file is /etc/escenic/engine/common/com/escenic/media/services/AWSClientConfig.properties. You need to set the following properties in this file:

accessKey

An access key for accessing your Amazon Web Services (AWS) account. This is the access key you got when you set up your Amazon S3 storage (see Amazon S3 Storage). For information about AWS access keys and AWS identity management in general, see the AWS IAM documentation.

accessKey=aws-access-key
secretKey

The secret key for the access key specified with the accessKey property. This is the access key you got when you set up your Amazon S3 storage (see Amazon S3 Storage).

secretKey=aws-secret-key
region

The name of the AWS Elastic Transcoder region you want to use. For example:

region=US_EAST_1

For a list of the currently available Elastic Transcoder regions, see Amazon Elastic Transcoder.

protocol

The protocol to use when generating pre-signed URLs for accessing content stored in S3. The allowed values are HTTP (the default) and HTTPS. For example:

protocol=HTTP