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 c537605 commit a67511dCopy full SHA for a67511d
connector.js
@@ -26,6 +26,7 @@ class HttpAmazonESConnector extends HttpConnector {
26
this.AWS = AWS;
27
this.awsConfig = config.awsConfig || AWS.config;
28
this.endpoint = endpoint;
29
+ this.httpOptions = config.httpOptions || this.awsConfig.httpOptions;
30
}
31
32
async request(params, cb) {
@@ -87,7 +88,7 @@ class HttpAmazonESConnector extends HttpConnector {
87
88
89
90
let send = new AWS.NodeHttpClient();
- req = send.handleRequest(request, null, function (_incoming) {
91
+ req = send.handleRequest(request, this.httpOptions, function (_incoming) {
92
incoming = _incoming;
93
status = incoming.statusCode;
94
headers = incoming.headers;
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments