def get_transcoder_client():
"""
Get an ElasticTranscoder client object
Returns:
botocore.client.ElasticTranscoder:
An ElasticTranscoder client object
"""
return boto3.client('elastictranscoder', settings.AWS_REGION)
评论列表
文章目录