我正在使用python 2.7并尝试使用boto3获取客户端。会引发此错误
Caused by: (<class 'botocore.exceptions.DataNotFoundError'>, DataNotFoundError(u'Unable to load data for: endpoints',), <traceback object at 0x6>)
引发错误的行是这样的:
import boto3
client = boto3.client('sts')
使用boto的STSConnection可以正常工作。