Due to v6.7.2 not being officially supported, there is no google api link to download es & kbn from in order to run functional tests.
Therefore we have to pull the versions from an s3 bucket using a new script replacing the google api call.
Using s3 bucket path s3://dev.build.infra.aes/aes/elasticsearch/6.7.2/ with credentials provided in this test build I am coming up with the error fatal error: An error occurred (403) when calling the HeadObject operation: Forbidden.
Digging into this issue it seems as though this could stem from a problem with the credentials. This is nothing to due with the file path because when the file path is changed to something known to not be there a different error stating there is no found file appears showing our file path to be correct. However Forbidden appears possibly alluding to there being a credentials issue.
Due to v6.7.2 not being officially supported, there is no google api link to download es & kbn from in order to run functional tests.
Therefore we have to pull the versions from an s3 bucket using a new script replacing the google api call.
s3://dev.build.infra.aes/aes/elasticsearch/6.7.2/
with credentials provided in this test build I am coming up with the errorfatal error: An error occurred (403) when calling the HeadObject operation: Forbidden
.Digging into this issue it seems as though this could stem from a problem with the credentials. This is nothing to due with the file path because when the file path is changed to something known to not be there a different error stating there is no found file appears showing our file path to be correct. However
Forbidden
appears possibly alluding to there being a credentials issue.