aws-general: Bindings for Amazon Web Services (AWS) General Reference

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Bindings for Amazon Web Services (AWS) General Reference including AWS Signature V4.

API Version: 1.0

http://docs.aws.amazon.com/general/latest/gr/


[Skip to Readme]

Properties

Versions 0.1, 0.1.1, 0.2.0, 0.2.1, 0.2.2, 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>
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)
Uploaded by larsk at 2015-03-30T22:09:50Z

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
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

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for aws-general-0.2.2

[back to package description]

Build Status

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