portkey-cloud / aws-clj-sdk

Clojure bindings for AWS
103 stars 12 forks source link

Splits awssig v4 signing information to execute tests #21

Closed dupuchba closed 6 years ago

dupuchba commented 6 years ago

This PR is an attempt to add tests for signing v4 from the official AWS test suite.

What has been done :

Please comment, give me insight so that I can keep going on aws sign v2 which is almost done.

Note that some of the tests are not passing, I am waiting for your comments to correct tests.

Baptiste