acm19 / aws-request-signing-apache-interceptor

https://acm19.github.io/aws-request-signing-apache-interceptor/
Apache License 2.0
16 stars 6 forks source link

Add support for Apache client v5 #80

Closed acm19 closed 1 year ago

acm19 commented 1 year ago

Adds support for Apache client v5. Users can simply add the Apache client dependency they need and use the class according to that version to get their requests signed.

Adjusts the checkstyle so it only run in a profile. Changes the style of the import of dependencies to be consistent with the one used by the AWS SDK.

Resolves: https://github.com/acm19/aws-request-signing-apache-interceptor/issues/77

Pull Request Checklist:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

dblock commented 1 year ago

Document this in README?

acm19 commented 1 year ago

@dblock sure, I'll create a PR for this later.