I have a problem with AWS Transcribe I try use it by PHP. My credentials have the full access for AWS tools. I have the this code:
$response = $this->client->startTranscriptionJob([
'LanguageCode' => 'en-US',
'Media' => [
'MediaFileUrl' => //S3 audio file path
],
'MediaFormat' => 'mp3',
'TranscriptionJobName' => 'JobName'
]);
But I receive error