YuzuTen / membrane_s3_plugin

Membrane framework plugin to support S3 sources/destinations
Apache License 2.0
5 stars 3 forks source link

Error handling needs to be cleaned up #3

Open JasonTrue opened 2 years ago

JasonTrue commented 2 years ago

In a haphazard manner to move from the ! version of ExAws.request/2, I return the error tuple inconsistently in a couple of spots in the sink.ex module.

This is just a reminder to make sure those actually conform to the shape specified in those callbacks as specified in Membrane, and add tests around that.