Skip to content

Commit 3e5ad1e

Browse files
authored
Update README.md
1 parent 5e1c1e5 commit 3e5ad1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ dotnet add package Elasticsearch.Net.Aws-v1
3535
// for NEST
3636
3737
// if using app.config, environment variables, or roles
38+
// This constructor will look up AWS credentials in the
39+
// same way that the AWSSDK does automatically.
3840
var httpConnection = new AwsHttpConnection("us-east-1");
3941

4042
var pool = new SingleNodeConnectionPool(new Uri("http://localhost:9200"));

0 commit comments

Comments
 (0)