I'm already using JestClinet
for all my CRUD operations on my ES on AWS. Now I'm trying to snapshot my ES as described in
https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-request-signing.html
Instead of using another RestClient
, I'm wondering if I can use my existing JestClient
.
I couldn't find a way to use JestClient, using RestClient as below: