Closed HusseinMorsy closed 8 years ago
@HusseinMorsy that is correct
https://github.com/ember-cli-deploy/ember-cli-deploy-s3/releases/tag/v0.2.0 had a breaking change and now region
is a required property
this is why the lightning pack got updated from 0.2.X to 0.3.X, following semver
this is denoting a breaking change (in the pre 1.X series)
all you should need to do is set region to us-east-1
if you want to get the old default.
Let us know if you see other problems!
@ghedamat many thanks for your help. After I put ENV.s3.region = 'us-east-1';
to my config/deploy.rb it's now working
After upgrade ember-cli-deploy-lightning-pack from version 0.2.0 to 0.3.0 in package.json
I got the following error trace, when running
ember deploy prod