| CARVIEW |
aws-general: Bindings for Amazon Web Services (AWS) General Reference
Bindings for Amazon Web Services (AWS) General Reference including AWS Signature V4.
API Version: 1.0
https://docs.aws.amazon.com/general/latest/gr/
[Skip to Readme]
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| normalize-signature-v4-date | Normalize the date according to the AWS SignatureV4 specification. Using this flags breaks the AWS SignatureV4 test suite, since the tests in that test suite use an invalid date. | Enabled |
| old-locale | use time < 1.4 with old-local package | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- aws-general-0.2.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1, 0.1.1, 0.2.0, 0.2.1, 0.2.2 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | aeson (>=0.7), attoparsec (>=0.12), base (>=4.6 && <5.0), base16-bytestring (>=0.1), blaze-builder (>=0.3), byteable (>=0.1), bytestring (>=0.10.0.2), case-insensitive (>=1.2), cryptohash (>=0.11), deepseq (>=1.3), hashable (>=1.2), http-types (>=0.8), old-locale (>=1.0), parsers (>=0.11), QuickCheck (>=2.7), quickcheck-instances (>=0.3), text (>=1.1), time, transformers (>=0.3) [details] |
| License | MIT |
| Copyright | Copyright (c) 2014-2015 AlephCloud, Inc. |
| Author | Lars Kuhtz <lars@alephcloud.com> |
| Maintainer | Lars Kuhtz <lars@alephcloud.com> |
| Uploaded | by larsk at 2015-03-30T22:10:12Z |
| Category | Network, Web, AWS, Cloud, Distributed Computing |
| Home page | https://github.com/alephcloud/hs-aws-general |
| Bug tracker | https://github.com/alephcloud/hs-aws-general/issues |
| Source repo | head: git clone https://github.com/alephcloud/hs-aws-general.git this: git clone https://github.com/alephcloud/hs-aws-general.git(tag 0.2.2) |
| Distributions | |
| Reverse Dependencies | 7 direct, 1 indirect [details] |
| Downloads | 5276 total (22 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2015-03-30 [all 1 reports] |
Readme for aws-general-0.2.2
[back to package description]Haskell Bindings for Amazon Web Services (AWS) General Reference
API Version 0.1
Installation
Assuming that the Haskell compiler GHC and the Haskell build tool cabal is already installed run the following command from the shell:
cabal install --enable-tests
Running Tests
cabal test
Normalization of the date header breaks the AWS test suite, since the tests in that test suite use an invalid date.
Date normalization is enabled by default but can be turned of via the cabal
(compiletime) flag normalize-signature-v4-date. When date normalization is
enabled the official AWS Signature V4 test-suite is skipped excluded from the
tests. In order to include this test-suite run the following shell commands:
cabal configure --enable-tests -f-normalize-signature-v4-date
cabal test