bcuff / elasticsearch-net-aws

Add-on to Elasticsearch.Net & NEST for using AWS's elasticsearch service.
Apache License 2.0
72 stars 27 forks source link

v6.1.0 Not Working With .NET Standard 2.0 #52

Closed radleta closed 4 years ago

radleta commented 4 years ago

I found using the v6.1.0 version with .NET Standard 2.0 does not seem to sign the request properly causing a 403 error to get returned.

Work Around

I was able to work around the issue by pulling the latest then retargeting the Elasticsearch 6. packages. The fix appears for it appears to be in the latest version targeting Elasticsearch 7..

bcuff commented 4 years ago

Hi & thanks for reporting the issue. I created a new 6.1.2 release that should work for you. If it doesn't please feel free to re-open this issue.