ionic-team / ionic2-starter-aws

Ionic + AWS MobileHub Starter Project
235 stars 47 forks source link

Invalid endpoint: https://s3.US_EAST_1.amazonaws.com #35

Open minaz-tank opened 7 years ago

minaz-tank commented 7 years ago

Hi, Exception occured while copying the configuration file aws-config.js.

minaz@minaz-desktop:~/myApp$ aws s3 cp s3://mobilehubproject-hosting-mobilehub-1949489024/aws-config.js src/assets

Invalid endpoint: https://s3.US_EAST_1.amazonaws.com minaz@minaz-desktop:~/myApp$

I followed all the steps smoothely without any exception and all works perfectly.But dont know y I face this exception in this step. Can anyone have the solution? Please help me to solve this.

mbjoseph commented 7 years ago

@minaz-tank - Had a similar error in a totally unrelated context, and noticed that my default region in my AWS CLI config was invalid. Have you tried aws configure and then setting your default region to us-east-1?