shallwefootball / upload-s3-action

github action for upload to S3 ☁️
https://github.com/marketplace/actions/upload-s3
162 stars 148 forks source link

aws cli upgrades #26

Open AgentGoldPaw opened 3 years ago

AgentGoldPaw commented 3 years ago

With the new actions migration to ubuntu 20 and the aws-cli you need to set a region for the command to work. I can confirm this affects this action.

Without setting a region you get this error

Screen Shot 2021-03-17 at 1 07 21 PM

I had to resort to using aws cli and removing this action.

remjx commented 3 years ago

Thanks for logging this issue @drpym

I found using the AWS CLI from this Github Action is a pretty straightforward alternative https://github.com/marketplace/actions/aws-cli

AgentGoldPaw commented 3 years ago

I may be able to create a PR this weekend. Just depends on availability to sit down and do it. shouldn't be too hard.

AgentGoldPaw commented 3 years ago

https://github.com/shallwefootball/upload-s3-action/pull/29 PR fixes it