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.
$ darcs get --partial http://gregheartsfield.com/repos/hS3/
Latest release: hS3-0.4.tar.gz
You can also use hS3-latest.tar.gz which should always redirect you to the latest release tarball.
$ tar -zxf hS3-0.4.tar.gz $ cd hS3-0.4
$ runghc Setup.hs configure
$ runghc Setup.hs build
# runghc Setup.hs install
Greg Heartsfield <scsibug@imap.cc>
See LICENSE.