Hi @GnarlyCapricorne , the repository-gcs is one of the core plugins which is bundled with OpenSearch distribution, you should be able to install it by name:
bin/opensearch-plugin install repository-gcs
But if you need the distribution, you could download it from https://artifacts.opensearch.org/releases/plugins/, the URL pattern is https://artifacts.opensearch.org/releases/plugins/<plugin-name>/<version>/<plugin-name>-<version>-zip
For example, for repository-gcs plugin version 2.4.1 the location is:
#Real S3 endpoint
s3.client.default.endpoint: s3-private.company.eu
#Protocole HTTP used by our inbound proxy
s3.client.default.protocol: http
#Alias DNS to contact our proxy
s3.client.default.proxy.host: s3-redirect.internal
s3.client.default.proxy.port: 9098
I also import in opensearch.keystore secret and access key for S3. (For information, we don’t use opensearch.keystore in configuration but pem certificates. Maybe that will be a problem)