Fork me on GitHub
#portkey
<
2018-03-25
>
baptiste-from-paris16:03:08

worked a little bit today by integrating aws test suite for signing v4

baptiste-from-paris16:03:30

not finished, I’ll find some time this week to continue on this one

viesti17:03:29

hum, I’m a bit puzzled that all API’s don’t support v4 signature

viesti17:03:44

a thought: could we do with just java.net.URLConnection (and something that’s available on cljs)?

viesti17:03:40

since we have async support (https://github.com/portkey-cloud/aws-clj-sdk#coreasync), dropping clj-http would fill the other goal of the newer java sdk (https://github.com/aws/aws-sdk-java-v2#new-features-for-developer-preview)

baptiste-from-paris18:03:26

It’s not only about getting rid of the lib, but clj-http and the wrapper stuff that it brings is hard to hack

baptiste-from-paris18:03:42

and I don’t exactly why they don’t support v4 signs for all apis

viesti18:03:39

ah, true the clj-http middleware worries, don’t have good idea on http://java.net version though, would need a poc