portkey-cloud / aws-clj-sdk

Clojure bindings for AWS
103 stars 12 forks source link

Feat/sign2 #17

Open dupuchba opened 6 years ago

dupuchba commented 6 years ago

Signing a request with the v2 protocol Working BUT Version is hardcoded and query protocol generation has not been done yet so it's not tested on all services

dupuchba commented 6 years ago

I'll do all the change this weekend as I am working on this project saturday & sunday, really excited to see if I can generate some query requests ^^

dupuchba commented 6 years ago

You will find my new commit concerning generating namespaces for the query protocol.

Where am I :

What is left :

Points where I am not confortable yet

Next steps :

/cc @cgrand @viesti

dupuchba commented 6 years ago

Added test for signing v4 from amazon as there are some corner cases not working when signing v4 with the query protocol. It is still a wip. I'll probably have to split the sign4 functions to make the test easier/pass