Release 2.0.0
- Move RoundTripper for signing aws requests to awsauth package
- Remove NewClientWithAwsSigner function and replace with generic NewClientWithTransport that passes the roundtripper into the client transport layer. This will allow future use of this method for various niche transport layers needed by our apps.
- Additional unit test to cover SharedCredentials method