AWS Signature Version 4 Signing
please add AWS Signature Version 4 Signing http://docs.aws.amazon.com/general/latest/gr/signature-v4-examples.html#signature-v4-examples-java
I'm not sure what you're asking for? Are you asking for documentation? An example file in the examples directory?
It would be nice to have AWS authentication for.
I would like to do something like (client/post "http://aws.gateway" {:aws [key-id secret-key api-key]}) and have http request signed
I've used https://github.com/sharetribe/aws-sig4 for this in the past. personally I think this is probably too service specific to be included directly in the general purpose http client. @maruks were you aware that library exists? Is there a reason the change should be upstream instead?
I agree with @RutledgePaulV, I think this is a little out of the scope for clj-http, would documenting that the library works be a good solution for now @maruks?
I pushed 36bdc14498516af16639cc7a5f0c181dbed4a448 related to this