Skip to content

Commit

Permalink
fix: updated module path after v2 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Máté Lang <langmatelaszlo@gmail.com>
  • Loading branch information
Máté Lang committed Jun 15, 2022
1 parent 1543026 commit f6eea97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions signer/awsv2/sdkv2signer.go
Expand Up @@ -17,7 +17,7 @@ import (
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
awsSignerV4 "github.com/aws/aws-sdk-go-v2/aws/signer/v4"
"github.com/opensearch-project/opensearch-go/signer"
"github.com/opensearch-project/opensearch-go/v2/signer"
"io/ioutil"
"net/http"
"strings"
Expand Down Expand Up @@ -103,4 +103,3 @@ func hexEncodedSha256OfRequest(r *http.Request) (string, error) {

return hex.EncodeToString(digest), nil
}

0 comments on commit f6eea97

Please sign in to comment.