我正在尝试使用 HTTP 出站网关从 AWS elasticsearch 读取数据。我知道设置了一个请求工厂来提供用户名和密码凭据。是否有类似的方法来提供 AWS 访问和密钥?
<int-http:outbound-gateway id="httpGatewayToES"
url="${es.host}/${es.index}/${es.index.mapping}/_search?q=ID:12345" header-mapper="httpHeaderMapper" http-method="GET" request-factory="httpOutboundServiceRequestFactory">