Update README badges

This commit is contained in:
Adam Fowler 2020-08-03 14:12:58 +01:00
parent d5c1df536a
commit 1867819c9f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +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)
[<img src="http://img.shields.io/badge/swift-5.1-brightgreen.svg" alt="Swift 5.1" />](https://swift.org)
[<img src="https://github.com/adam-fowler/aws-signer-v4/workflows/CI/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.