Phoenix with image upload to S3 in an API: Implementation and testing

Here it is, another small article about the implementation of a new functionality in the API service we are building using Elixir and Phoenix. Implementation We need to implement a way to upload user images to the cloud (S3 in this case) so after some research I found this article that explains in a very good way the basic code on how to implement it. Arc is a very good dependency to handle image upload either for local or for S3 storage. ...

May 2, 2017 · 6 min