使用.NET SDK将文档从Amazon S3上传到CloudSearch

时间:2015-11-27 11:36:00

标签: c# .net amazon-web-services amazon-s3 amazon-cloudsearch

使用命令行工具,如果我们运行命令cs-import-documents,我们可以直接将数据从Amazon S3上传到CloudSearch Domain。例如,

cs-import-documents -d searchdev3 --source s3://mybucket/html

我需要在.NET SDK中使用此命令的等效命令。

但我发现的所有内容都是AmazonCloudSearchDomainClient类,它允许我们通过提供路径从本地系统上传文件;我认为这相当于以下命令 -

aws cloudsearchdomain --endpoint-url http://doc-movies-y6gelr4lv3jeu4rvoelunxsl2e.us-east-1.cloudsearch.amazonaws.com upload-documents --content-type application/json --documents movie-data-2013.json

我不需要这个。我需要使用命令cs-import-documents的等价物。

0 个答案:

没有答案