We are currently using Amazon S3 for snapshots, but am investigating the possibility of using a S3-compatible solution instead. When looking at the docs here: https://www.elastic.co/guide/en/elasticsearch/plugins/current/repository-s3-client.html#repository-s3-compatible-services we are wondering if there is a way to setup multiple S3 stores and thus multiple credentials?
In the docs, specifically for
bin/elasticsearch-keystore add s3.client.default.access_key
bin/elasticsearch-keystore add s3.client.default.secret_key
It doesn’t appear that these keys are tied to the repository and rather they appear to be tied to S3 directly.
- Is it possible to have multiple S3 config?
- If so, how do I do it?
Thanks!