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

Using AWS_SECRET_ACCESS_KEY environment variable #11

Closed bcipri closed 8 years ago

bcipri commented 8 years ago

AWS .NET SDK v3 expects the sectret key stored under the AWS_SECRET_ACCESS_KEY environment variable, see here: http://docs.aws.amazon.com/AWSSdkDocsNET/latest/V3/DeveloperGuide/net-dg-config-creds.html#using-credentials-in-an-application

bcuff commented 8 years ago

Thanks for fixing this

bcuff commented 8 years ago

@bcipri nuget package is updated with the fix.