Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow fetching latest binaries when using other endpoints/creds
when running under something like us-gov-east-1, the latest-binaries.sh script fails b/c it tries to access the us-west-2 bucket from the wrong endpoints. specify the endpoint url to avoid these kinds of errors: $ ./hack/latest-binaries.sh 1.29 An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied also, specify to perform an unauthenticated s3 api request b/c the govcloud creds wouldn't work against the commercial cloud endpoints and you end up with errors like: $ ./hack/latest-binaries.sh 1.29 An error occurred (InvalidToken) when calling the ListObjectsV2 operation: The provided token is malformed or otherwise invalid.
- Loading branch information