Setting S3 configuration

Hi,

We are running OpenSearch in docker containers, and have bundled the S3-snapshot plugin with the 1.3.1 version of OpenSearch in our own docker container. However, we were wondering if it is possible to set the configuration options for S3 plugin in the general opensearch.yml configuration file? Instead of setting them in the keystore?

Thank you

Hi @victor ,

Some S3 options like access_key, secret_key, … are sensitive and declared as secure settings, those should be stored in keystore only (at least, at the moment).

Thank you.