aws-signer.cr v0.1.3

This library signs your HTTP requests using AWS v4

AWS Signer

This library signs your HTTP requests using AWS v4

Installation

Add this to your application's shard.yml:

dependencies:
  aws_signer:
    github: beanieboi/aws-signer.cr

Usage

require "aws_signer"

AwsSigner.configure do |config|
  config.access_key = "AKIDEXAMPLE"
  config.secret_key = "wJalrXUtnFEMI/K7MDENG+bPxRfiCYEXAMPLEKEY"
  config.region = "us-east-1"
end

signed = AwsSigner.sign("GET", uri, headers, body)
signed["Authorization"]

Contributing

see CONTRIBUTING.md

Contributors

Repository

aws-signer.cr

Owner
Statistic
  • 13
  • 3
  • 1
  • 1
  • 0
  • over 3 years ago
  • June 4, 2016
License

MIT License

Links
Synced at

Fri, 17 May 2024 21:59:40 GMT

Languages