shallwefootball / upload-s3-action

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

Could an example be added to the documentation? #54

Open Xerxes-17 opened 1 year ago

Xerxes-17 commented 1 year ago

I've come back to this helpful action after a while, and I've forgotten what format something like secrets.AWS_BUCKET should be in. Is it the ARN? the URL? I'll have to work it out, but it would be nice to have it explicitly shown.

ghost commented 1 year ago

You need to use the name of the bucket in your S3 console.

Xerxes-17 commented 1 year ago

Oh for sure, but it would reduce friction for new users to have an example to follow in the readme, including the other fields.