Missing S3 key in build

Hey all,

I’m getting a failure to CodeDeploy to Ec2. I’ve triple validated that my EC2 has a code-deploy role with has the appropriate S3 permissions.

Build Info
https://travis-ci.com/dannytimothy/todoapp/builds/142680390

Travis.yml

As a note - I am able to successfully create an S3 bucket from the AWS CLI

It’s the codedeploy provider that’s failing.

According to https://docs.travis-ci.com/user/deployment/codedeploy, you’re missing key: in its entry.

I passed that, and it still failed. Same error. I haven’t been able to find out whether latest/MyApp.zip is supposed to be a file on my S3 bucket or what.

What is the S3 key supposed to be?

Figured this one out, thanks all!