Name: aws-cloudfront-signer
Version: 1.0.0.1
Synopsis: For signing AWS CloudFront HTTP URL requests
Description: Provides functions for reading in the signing keys from file and making up time-limited, signed URLS for accessing AWS CloudFront-hosted files.
Homepage: http://github.com/iconnect/aws-cloudfront-signer
Author: Chris Dornan
Maintainer: chris@chrisdornan.com
License: BSD3
License-file: LICENSE
Copyright: (C) Chris Dornan
Category: Network
Category: Network, Web, AWS, Cloud, Distributed Computing
Build-type: Simple
Cabal-version: >= 1.14
Source-repository this
type: git
location: https://github.com/iconnect/aws-cloudfront-signer.git
tag: 1.0.0.1
Source-repository head
type: git
location: https://github.com/iconnect/aws-cloudfront-signer.git
library
Hs-Source-Dirs: src
Build-depends:
RSA >= 1.2.2.0 ,
asn1-types >= 0.2.0 ,
asn1-encoding >= 0.8.0 ,
base == 4.* ,
base64-bytestring == 1.0.* ,
bytestring >= 0.9 ,
crypto-pubkey-types >= 0.4.0 ,
old-locale >= 1 ,
time >= 1.1.4
Exposed-modules:
Aws.CloudFront.Signer
Default-Language: Haskell2010
GHC-Options: -Wall