github.com/dtan4/aws4_signer.cr
0.1.0 / published Dec 16, 2015 / repository
aws4_signer.cr
A simple library to sign AWS request using AWS Signature Version 4.
The implementation is inspired from sorah/aws4_signer.
Installation
Add this to your application's shard.yml:
dependencies:
aws4_signer:
github: dtan4/aws4_signer.cr
Usage
require "aws4_signer"
TODO: Write usage instructions here
Contributing
- Fork it ( https://github.com/dtan4/aws4_signer.cr/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- @dtan4 Daisuke Fujita - creator, maintainer