We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1c1e5 commit 3e5ad1eCopy full SHA for 3e5ad1e
README.md
@@ -35,6 +35,8 @@ dotnet add package Elasticsearch.Net.Aws-v1
35
// for NEST
36
37
// 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.
40
var httpConnection = new AwsHttpConnection("us-east-1");
41
42
var pool = new SingleNodeConnectionPool(new Uri("http://localhost:9200"));
0 commit comments