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 22a7ff4 commit e8896d5Copy full SHA for e8896d5
src/Elasticsearch.Net.Aws/Elasticsearch.Net.Aws/AwsHttpConnection.cs
@@ -19,6 +19,10 @@ public class AwsHttpConnection : HttpConnection
19
private readonly RegionEndpoint _region;
20
21
#if NETSTANDARD
22
+ /// <summary>
23
+ /// Initializes a new instance of the AwsHttpConnection using AWSOptions.
24
+ /// </summary>
25
+ /// <param name="options">The AWS options.</param>
26
public AwsHttpConnection(AWSOptions options)
27
: this(options.Credentials, options.Region)
28
{
0 commit comments