clj-http icon indicating copy to clipboard operation
clj-http copied to clipboard

AWS Signature Version 4 Signing

Open maruks opened this issue 10 years ago • 5 comments

please add AWS Signature Version 4 Signing http://docs.aws.amazon.com/general/latest/gr/signature-v4-examples.html#signature-v4-examples-java

maruks avatar Feb 01 '16 15:02 maruks

I'm not sure what you're asking for? Are you asking for documentation? An example file in the examples directory?

dakrone avatar Feb 04 '16 23:02 dakrone

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

maruks avatar Feb 05 '16 01:02 maruks

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?

RutledgePaulV avatar Mar 22 '18 02:03 RutledgePaulV

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?

dakrone avatar Mar 25 '18 03:03 dakrone

I pushed 36bdc14498516af16639cc7a5f0c181dbed4a448 related to this

dakrone avatar Mar 25 '18 03:03 dakrone