Grounded Warrior

Results 3 comments of Grounded Warrior

@Awea I still cant get this to work with that configuration ``` config :arc, asset_host: "https://s3-us-east-2.amazonaws.com/gw-dev-admin", storage: Arc.Storage.S3, bucket: "gw-dev-admin" config :ex_aws, access_key_id: "*", secret_access_key: "*", regsion: "us-east-2" ``` Reults...

ok sorted out my issues with ``` config :ex_aws, :s3, region: "us-east-2" ``` as a config instead. Also had to add `sweet_xml` for ExAws to work

I am still getting this as well with `ember-cli-sri: ^2.1.0` and `ember-cli: 2.11`