Elasticsearch.Net.Aws-v1 1.2.3
Enables request signing necessary for using the AWS Elasticsearch service. NOTE - Use this version if you are targeting NEST/Elasticsearch version 1.x
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Elasticsearch.Net.Aws-v1</id>
<version>1.2.3.0</version>
<title>Elasticsearch.Net.Aws-v1</title>
<authors>Brandon Cuff</authors>
<owners>Brandon Cuff</owners>
<licenseUrl>https://raw.githubusercontent.com/bcuff/elasticsearch-net-aws/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/bcuff/elasticsearch-net-aws</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Enables request signing necessary for using the AWS Elasticsearch service.
NOTE - Use this version if you are targeting NEST/Elasticsearch version 1.x</description>
<releaseNotes>Fixed bug that caused 403 responses for some requests</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>elasticsearch elastic search aws amazon</tags>
<dependencies>
<dependency id="Elasticsearch.Net" version="1.7.1" />
</dependencies>
</metadata>
</package>