Skip to content

Commit e4588ec

Browse files
julikkarmi
authored andcommitted
[CLIENT] Remove unnecessary line in the instructions for the AWS ES service in README
Because using Patron is not a prerequisite when using this workflow, and might in fact mislead the user to installing Patron and adding it to her Gemfile just because this is mentioned in the documentation. Closes #277
1 parent 3271d03 commit e4588ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

elasticsearch-transport/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ To configure the _Faraday_ instance directly, use a block:
295295
You can use any standard Faraday middleware and plugins in the configuration block,
296296
for example sign the requests for the [AWS Elasticsearch service](https://aws.amazon.com/elasticsearch-service/):
297297

298-
require 'patron'
299298
require 'faraday_middleware/aws_signers_v4'
300299

301300
client = Elasticsearch::Client.new url: 'https://search-my-cluster-abc123....es.amazonaws.com' do |f|

0 commit comments

Comments
 (0)