Boto3 does not support decryption service

I use the Boto3 package to transcribe audio files using aws encryption service

I follow the official AWS example , but getting this error:

botocore.exceptions.UnknownServiceError: Unknown service: 'transcribe'

I am using the latest boto3 and aws cli package. Just to be clear - they managed to use their web interface to decrypt

+4
source share

Source: https://habr.com/ru/post/1692373/


All Articles