- Correctly handle NaiveDateTimes with ms precision (thanks to @radar)
- Requires Elixir 1.3 or higher
- Removed timex dependency and using Elixir's built in datetime functions (thanks to @radar)
- Use Timex.DateTime.now, rather than Timex.DateTime.today (thanks to @radar)
x-amz-date
using Date instead of DateTime (thanks to @radar)
- Dependency updates (thanks to @radar)
- Signing works for more than just S3 from @kenta-aktsk
- headers params for
sign_url
andsign_authorization_header
now expects a map instead of a Dict