Aristid Breitkreuz

Results 11 issues of Aristid Breitkreuz

I get the following test output: ``` $ ./dist/build/cabal-dev-test/cabal-dev-test Basic invocation tests: --help exists with success: [OK] --version exists with success: [OK] --numeric-version has parseable output: [OK] exits with failure...

Some requests don't require authentification and no credentials. 'aws' currently has no real support for that.

security
feature

When I started working on aws a while ago, I wanted to put everything in a monad. This plan was scrapped fairly quickly, however now I have plans to have...

feature

To prevent scripts from hammering Amazon's servers and getting rate limited server-side, add rate limiting here. If there is an existing Haskell package for rate limiting, consider using it.

feature

This should be configurable, too.

feature

Allow making requests using STS (http://docs.amazonwebservices.com/IAM/latest/UsingSTS/Welcome.html / http://docs.amazonwebservices.com/STS/latest/APIReference/Welcome.html). This issue is NOT about full support for STS, just making requests using these temporary credentials. There are two caveats: 1. These...

security
feature

See this http://aws.typepad.com/aws/2012/06/iam-roles-for-ec2-instances-simplified-secure-access-to-aws-service-apis-from-ec2.html That's pretty cool, I want that!

feature

Use classy lenses for the record fields of requests and responses, that should also make "subtyping" of requests more convenient. We might also be able to use it for the...

feature

We need a test system. CC @meteficha

testing

Are there plans to unify blaze-builder with bytestring builder?