aws-samples/pptx-translator

botocore.exceptions.NoRegionError: You must specify a region.

Opened this issue · 1 comments

Can't get it working. Keep getting this error:

botocore.exceptions.NoRegionError: You must specify a region.

Can't get it working. Keep getting this error:

botocore.exceptions.NoRegionError: You must specify a region.
translate = boto3.client(service_name='translate', region_name='',
                         aws_access_key_id='',
                         aws_secret_access_key='')

The fields need to be populated.