Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ManoelMilchev committed Sep 28, 2022
1 parent 5a80843 commit d457d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/content-rw-elasticsearch/main.go
Expand Up @@ -112,7 +112,7 @@ func main() {

app.Action = func() {
accessConfig := es.AccessConfig{
AwsCreds: &credentials.Credentials{},
AwsCreds: credentials.AnonymousCredentials,
Endpoint: *esEndpoint,
}

Expand Down

0 comments on commit d457d08

Please sign in to comment.