hS3: Interface to Amazon's Simple Storage Service (S3).

[ bsd3, library, network, program, web ] [ Propose Tags ]

This is the Haskell S3 library. It provides an interface to Amazon's Simple Storage Service (S3), allowing Haskell developers to reliably store and retrieve arbitrary amounts of data from anywhere on the Internet.


[Skip to Readme]

Modules

[Last Documentation]

  • Network
    • AWS
      • Network.AWS.AWSConnection
      • Network.AWS.AWSResult
      • Network.AWS.ArrowUtils
      • Network.AWS.Authentication
      • Network.AWS.S3Bucket
      • Network.AWS.S3Object

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2, 0.3, 0.4, 0.5, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6, 0.5.7, 0.5.8, 0.5.9
Dependencies base, Crypto (>=4.0.3), HTTP (>=3000.0.0), hxt, network, regex-compat [details]
License BSD-3-Clause
Copyright Copyright (c) 2007, Greg Heartsfield
Author Greg Heartsfield <scsibug@imap.cc>
Maintainer Greg Heartsfield <scsibug@imap.cc>
Category Network, Web
Home page http://scsibug.com/hS3
Uploaded by GregHeartsfield at 2007-09-24T03:22:24Z
Distributions FreeBSD:0.5.9
Reverse Dependencies 3 direct, 78 indirect [details]
Downloads 15327 total (57 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-01-04 [all 7 reports]

Readme for hS3-0.1

[back to package description]
DESCRIPTION

This is the Haskell S3 library (hS3).  It provides an interface to
Amazon's Simple Storage Service, allowing Haskell developers to
reliably store and retrieve arbitrary amounts of data from anywhere on
the Internet.  To learn more about Amazon S3, and sign up for an
account, visit <http://aws.amazon.com/s3>.

REQUIREMENTS

* Glasgow Haskell Compiler (GHC).  Other compilers are untested.

* Haskell HTTP Library <http://www.haskell.org/http/>, the latest
  version (>3000.0) is required, use the darcs repository.

* Haskell Cryptographic Library <http://www.haskell.org/crypto/>, the
  latest version (>4.0.3) is required, use the darcs repository.

* Haskell XML Toolbox (HXT) <http://www.fh-wedel.de/~si/HXmlToolbox/>,
  tested with version 7.3, earlier versions may work.

INSTALLATION

* Configure:

$ runhaskell Setup.hs configure

* Compile:

$ runhaskell Setup.hs build

* Install (as root):

# runhaskell Setup.hs install

ACKNOWLEDGEMENTS

* Authors and contributors to the HTTP, Crypto, and HXT projects.

* Jinesh Varia (Amazon Web Services Evangelist)