From 73ef93d3b865e63b534e6f45f93ddf5aa748c601 Mon Sep 17 00:00:00 2001 From: Juan Ariza Toledano Date: Tue, 24 Sep 2024 08:00:00 +0200 Subject: [PATCH] [bitnami/opensearch] S3 Repository plugin isn't included by default (#72660) --- bitnami/opensearch/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/bitnami/opensearch/README.md b/bitnami/opensearch/README.md index a5a52f4be0080..86d876132fc68 100644 --- a/bitnami/opensearch/README.md +++ b/bitnami/opensearch/README.md @@ -395,8 +395,6 @@ If you would rather extend than replace the default configuration with your sett ### Plugins -The Bitnami OpenSearch Docker image comes with the [S3 Repository plugin](https://www.elastic.co/guide/en/opensearch/plugins/current/repository-s3.html) installed by default. - You can add extra plugins by setting the `OPENSEARCH_PLUGINS` environment variable. To specify multiple plugins, separate them by spaces, commas or semicolons. When the container is initialized it will install all of the specified plugins before starting OpenSearch. ```console