All notable changes to this project will be documented in this file.
-
Specify the set of well known HTTP Content-Type values as AWS expects them. This fixes issues where request signature calculated by the server do not match the signature provided by the client.
-
Improve correctness and resilience in tests.
- Add optional Akka HttpExt parameter to client constructor, allowing the usage of a specific instance over the one associated with the current actor system.
- Add slf4j simple logger configuration for tests
- Populate
Content-Type
andContent-Length
headers correctly when transforming the Akka HttpResponse to the AWS SDK Response
- Improved build metadata
- Initial release