希望通过使用boto3将json格式的数据上传到AWS cloudsearch中
我阅读了没有帮助的boto3 api文档
client = boto3.client('cloudsearchdomain') client.upload_documents(documents = data,contentType ='application / json')
EndpointConnectionError:无法连接到端点URL:“ https://cloudsearchdomain.ap-southeast-1.amazonaws.com/2013-01-01/documents/batch?format=sdk”