Azhar Malik

Results 2 comments of Azhar Malik

It worked fine before the update to the latest version (2.5.5) and used the same config. ``` config :ex_aws, access_key_id: System.fetch_env!("AWS_ACCESS_KEY_ID"), secret_access_key: System.fetch_env!("SECRET_ACCESS_KEY"), region: "eu-west-1", json_codec: Jason ``` Then we...