Sam Weston
Sam Weston
It's public so I'm not sure why that would be. If I run: ``` aws s3 cp s3://gorillastack-autotag-releases/partitioner-0.1.0.zip . ``` on my machine it downloads just fine and I have...
By the way, the reason I've removed comments about non-organization trails is that I can't get it to work. Possibly because [Athena doesn't support `//` in paths](https://aws.amazon.com/premiumsupport/knowledge-center/athena-empty-results/) so just setting...
Anyone worked out what in the code causes this issue?
Hi. Sorry to drag up an old bug but I think this might be back again. I upgraded from 0.40.1 to 0.45.1 and now I need an absolute path to...
We have just upgraded to self hosted Ubuntu 22.04 based runners from 20.04 and have started getting this error. I suspect it might be related to that.
Ok I think I've found our issue. We moved from a runner based on: * https://github.com/actions/actions-runner-controller/blob/master/runner/actions-runner-dind.ubuntu-20.04.dockerfile with UID 1000 and GID 1001 to * https://github.com/actions/actions-runner-controller/blob/master/runner/actions-runner-dind.ubuntu-22.04.dockerfile with UID 1001 and GID...
Sorry I pushed this and then got busy. I have a colleague trying out these changes now I've implemented your suggestions.
We've just been migrating to Pod Identity and have the same issue. However it looks like AWS Controllers for Kubernetes (ACK) might be a good solution to this, with resources...