Commit Graph

5 Commits

Author SHA1 Message Date
Adam Fowler b8af0b2a43
SwiftCrypto (#3)
* Use swift-crypto for hashing requirements
* Remove swift 5.0 as it won't compile
* Optimization - stop recreating DateFormatter
* Ressurected AWSCrypto so we can support earlier OS versions
* Update CI for workdir issue, remove libssl-dev
2020-08-03 11:28:49 +01:00
Adam Fowler 81dc1183ed Move crypto code to AWSCrypto module 2020-02-01 10:42:44 +00:00
Adam Fowler 05bb768867 Removed SharedCredential as it brings in other dependencies
The purpose of this lib is not to supply credentials
2019-08-30 11:18:58 +01:00
Adam Fowler 70277f6976 Stopped trying to edit HTTPClient.Request
Instead construct signed request from url, method, headers and body
Added helper functions to HTTPClient.Request extension
2019-08-30 11:09:56 +01:00
Adam Fowler 0747cc22e5 Initial commit of code 2019-08-30 08:01:35 +01:00