portkey 2018-03-25

baptiste-from-paris 2018-03-25T16:40:08.000102Z

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

baptiste-from-paris 2018-03-25T16:40:30.000005Z

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

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

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

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)

continues scope expansion in the heat of big bang of last fall

baptiste-from-paris 2018-03-25T18:20:17.000076Z

that’s a great idea @viesti

baptiste-from-paris 2018-03-25T18:21:26.000128Z

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-paris 2018-03-25T18:24:42.000011Z

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

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