Add badges to readme

This commit is contained in:
Adam Fowler 2019-11-27 19:46:05 +00:00 committed by GitHub
parent 423e346adf
commit 8c14c703ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
# AWS Signer
[<img src="http://img.shields.io/badge/swift-5.0-brightgreen.svg" alt="Swift 5.0" />](https://swift.org)
[<img src="https://github.com/adam-fowler/aws-signer/workflows/Swift/badge.svg" />](https://github.com/adam-fowler/aws-signer/actions)
Generate a signed URL or Request headers for submitting to Amazon Web Services. Supply the library with your URL, HTTP method, headers and body and get back a signed URL or signed headers to use in your HTTP Request.