Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: explicit set region for downloading runner distribution from S3 (#…
…1204) Agents stall when running in af-south-1 unless the region is set explicitly: ``` aws s3 cp s3://default-dist-xxxxx1245/actions-runner-linux.tar.gz . download failed: s3://default-dist-xxxxx1245/actions-runner-linux.tar.gz to ./actions-runner-linux.tar.gz An error occurred (IllegalLocationConstraintException) when calling the GetObject operation: The af-south-1 location constraint is incompatible for the region specific endpoint this request was sent to. [root@ip-10-165-0-77 bin]# aws s3 cp s3://default-dist-xxxxx1245/actions-runner-linux.tar.gz . --region af-south-1 download: s3://default-dist-xxxxx1245/actions-runner-linux.tar.gz to ./actions-runner-linux.tar.gz ```
- Loading branch information