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 07fd364 commit 2fa4ea5Copy full SHA for 2fa4ea5
README.md
@@ -29,11 +29,7 @@ dotnet add package Elasticsearch.Net.Aws-v1
29
// for NEST
30
31
// if using an access key
32
-var httpConnection = new AwsHttpConnection("us-east-1", new StaticCredentialsProvider(new AwsCredentials
33
-{
34
- AccessKey = "My AWS access key",
35
- SecretKey = "My AWS secret key",
36
-}));
+var httpConnection = new AwsHttpConnection("us-east-1");
37
38
// if using app.config, environment variables, or roles
39
var httpConnection = new AwsHttpConnection("us-east-1");
0 commit comments