• Stars
    star
    12
  • Rank 1,546,771 (Top 32 %)
  • Language
    Crystal
  • License
    MIT License
  • Created almost 8 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

More Repositories

1

ffprober

a small ruby wrapper for ffprobe
Ruby
38
star
2

morrisjs-rails

morris.js for the Rails Asset Pipeline
Ruby
31
star
3

heroku-nginx-puma-statsd

the full stack
Ruby
13
star
4

docker-than-light

Docker Hackday 2015
Ruby
12
star
5

moneymoney-extensions-directory

Erweiterungen fĂŒr MoneyMoney App
10
star
6

moneymoney-bitstamp

MoneyMoney App Extension for Bitstamp
Lua
9
star
7

omniauth-vimeo

Omniauth Strategy for Vimeo
Ruby
6
star
8

moneymoney-bitfinex

MoneyMoney App Extension for Bitfinex
Lua
5
star
9

traff

Traff - Traffic Accounting Program
C
4
star
10

LomoKino

Objective-C
3
star
11

moneymoney-twino

MoneyMoney App Extension for Twino
Lua
3
star
12

nodeloader

using nodestreams to stream files from s3 within a zip container
JavaScript
2
star
13

ruthe-rss

fetch information from ruthe.de and create a rss feed
Ruby
2
star
14

lazzzor

2
star
15

heroku-buildpack-haproxy

HAProxy Buildpack for Heroku
Shell
2
star
16

moneymoney-estateguru

MoneyMoney App Extension for Estateguru
Lua
2
star
17

packer-vpn-hcloud

Shell
1
star
18

weltreise

Website
JavaScript
1
star
19

sidekiqpush

Super Simple Sidekiq Push
Ruby
1
star
20

tud-fontinstaller

installs the correct fonts for the LaTeX layout of TU Dresden
Shell
1
star
21

tweetwall

push-based twitterwall
Ruby
1
star
22

vereinsplaner

Ruby
1
star
23

mitbewohner

Personal Discord Bot
Go
1
star
24

heroku-buildpack-halunke

a Heroku Buildpack for Halunke
Shell
1
star
25

LomoPhotos

using the Lomography API, mostly learning ObjC
Objective-C
1
star
26

beanieboi.github.com

1
star
27

moneymoney-mintos

MoneyMoney Extension for Mintos focus for passive income
Lua
1
star
28

weltreise-log

Convert Twitter to Web log
Crystal
1
star
29

garage-door-opener

Arduino
1
star
30

Bagchecker

a small ruby script, which checks your photo bag against the webservice of rossmann (german drugstore)
Ruby
1
star
31

abwesend.com

source for abwesend.com
HTML
1
star