aws4_signer

Version, currently 0.1.01 version
  • 0.1.0latestDec 16, 2015

github.com/dtan4/aws4_signer.cr

No description declared in shard.yml.

4 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  aws4_signer:
    github: dtan4/aws4_signer.cr
    version: ~> 0.1.0

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
Daisuke Fujita

Dependencies

Development Dependencies

  • minitest~> 0.2.0github: ysbaddaden/minitest.crdev

README

aws4_signer.cr

Build Status

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

  1. Fork it ( https://github.com/dtan4/aws4_signer.cr/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • @dtan4 Daisuke Fujita - creator, maintainer