Hello,
I am trying to set up a S3 snapshot repository on my Elastic Cloud cluster using an S3 service from Scaleway.
Following the documentation https://www.elastic.co/guide/en/elasticsearch/plugins/7.10/repository-s3-client.html
When I am trying to edit the elasticsearch.yml adding :
s3.client.scw:
endpoint: s3.fr-par.scw.cloud
I'm getting the error :
's3.client.scw.endpoint': is not allowed
I am guessing it's because this field is blacklisted : https://www.elastic.co/guide/en/cloud/current/ec-add-user-settings.html
Will this feature be supported in the future ?