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 2fa4ea5 commit 51981c4Copy full SHA for 51981c4
README.md
@@ -28,9 +28,6 @@ dotnet add package Elasticsearch.Net.Aws-v1
28
```csharp
29
// for NEST
30
31
-// if using an access key
32
-var httpConnection = new AwsHttpConnection("us-east-1");
33
-
34
// if using app.config, environment variables, or roles
35
var httpConnection = new AwsHttpConnection("us-east-1");
36
0 commit comments