Skip to content

Commit fdaaa7f

Browse files
committed
Made ElasticsearchSigner public
1 parent a11d9ab commit fdaaa7f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/Scopely.ElasticsearchPipeline/ElasticsearchSigner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace Scopely.Elasticsearch
1010
{
11-
static class ElasticsearchSigner
11+
public static class ElasticsearchSigner
1212
{
1313
static readonly Func<AWS4RequestSigner> _getSigner = Cache.Wrap(TimeSpan.FromMinutes(1), () =>
1414
{

src/Scopely.ElasticsearchPipeline/ElasticsearchUrl.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class ElasticsearchUrl
99
{
1010
static readonly Regex _awsRegionRegex = new Regex($@"\.(<region>[^\.]+)\.es\.amazonaws\.com$", RegexOptions.Compiled | RegexOptions.IgnoreCase);
1111
readonly string _url;
12-
readonly string _awsRegion;
1312

1413
public ElasticsearchUrl(string url)
1514
{

src/Scopely.ElasticsearchPipeline/Scopely.ElasticsearchPipeline.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
<RepositoryUrl>https://github.com/scopely/elasticsearch-pipeline</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
1313
<PackageTags>elasticsearch</PackageTags>
14+
<Version>1.0.1</Version>
15+
<WarningsAsErrors />
1416
</PropertyGroup>
1517

1618
<ItemGroup>

0 commit comments

Comments
 (0)