Closed pascal-hofmann closed 1 year ago
I just verified that this is working via a modified version of terraform-provider-ec that talks to our internal ECE instance.
@tobio, @gigerdo: Can you have a look at this? Would be great to get this merged/released quickly.
To merge you need to sign your commits (https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits)
To merge you need to sign your commits (https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits)
This is fixed now.
Btw. regarding the lint issues: It is indeed due to the old versions used. It still works when using an older go version (1.16 for example). We will have to update the go version and libraries to more recent ones.
Status | Branch | Result |
---|---|---|
✅ | 1.12 |
Please refer to the Backport tool documentation
Description
Add the missing
PathStyleAccess
field to the structS3Config
which is used for configuring S3 snapshot repositories. See also https://www.elastic.co/guide/en/elasticsearch/reference/current/repository-s3.html#repository-s3-clientAlso updates the outdated link to the Elasticsearch official documentation.
Related Issues
425
Motivation and Context
This allows creating S3 snapshot repositories that talk to S3 backends which require path style access.
How Has This Been Tested?
Ran unit tests and tested against the ECE API.
Types of Changes
Readiness Checklist
Note: I have issues with make format and make lint. I think this happens because bin/golangci-lint is very old.