如何使用Boto在CloudSearch中上传数据

时间:2019-08-18 11:41:27

标签: boto3

希望通过使用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

0 个答案:

没有答案