Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bgourlie/aws-rest
An AWS REST client written in Dart!
https://github.com/bgourlie/aws-rest
Last synced: 24 days ago
JSON representation
An AWS REST client written in Dart!
- Host: GitHub
- URL: https://github.com/bgourlie/aws-rest
- Owner: bgourlie
- License: mit
- Created: 2014-07-04T17:09:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-19T03:18:10.000Z (over 9 years ago)
- Last Synced: 2024-10-29T17:23:44.624Z (2 months ago)
- Language: Dart
- Size: 246 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
aws-rest
========An AWS HTTP client written in Dart
I started this project because I wanted to make a deployment script for a dart project I'm working on. I don't plan on actively maintaining it above and beyond what I need for my own deployment purposes, but I hope that someone may find it useful and contribute or clone it and improve upon it. You might be wondering, "Why an HTTP client specifically for AWS?" As it turns out, authorizing AWS requests [is not trivial](http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html). Having suffered through the process of implementing request signing for AWS authentication (incorrect documentation and all), I hope that I can save someone else out there some pain!