Name: cloudfront-signer
Version: 0.0.0.1
Synopsis: CloudFront URL signer
Description: Provides functions for reading in the signing keys from file and making up time-limited, signed URLS for accessing CloudFront-hosted files.
Homepage: http://github.com/cdornan/cloudfront-signer
Author: Chris Dornan
Maintainer: chris@chrisdornan.com
License: BSD3
License-file: LICENSE
Copyright: (C) Chris Dornan
Category: Network
Build-type: Simple
Cabal-version: >= 1.14
Source-repository head
type: git
location: https://github.com/lainepress/cloudfront-signer
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