AWS Transcribe console, S3 buckets are empty

0

Hi, I'm trying to give a try with AWS transcribe. For this I'm using the web form where I can select an audio file. Unfortunately it seems all the buckets I choose are empty (even if they are not, of course), therefore I can't select any audio file.

Is required a specific permission on the S3 bucket to permit AWS Transcribe to access the source media?

Enter image description here

Thanks

asked a year ago460 views
2 Answers
0

To use AWS Transcribe on objects stored in an S3 bucket, you must give Transcribe access to the bucket via an IAM role with the necessary permissions, such as GetBucket and ListBuckets.

Refer to this document and check S3 related section: https://docs.aws.amazon.com/transcribe/latest/dg/security_iam_id-based-policy-examples.html

profile picture
EXPERT
answered a year ago
0

Also you have to add ListAllMyBuckets to list S3 bucket in the console.

chiyoda
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions