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]

Flags

Automatic Flags
NameDescriptionDefault
network-uri

Get Network.URI from the network-uri package

Enabled

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

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 (>=3 && <5), bytestring, Crypto (>=4.1.0), dataenc, HTTP (>=4000.0.0), hxt (>=9.0.0 && <10), MissingH (>=0.18.6), network, network-uri, old-locale, old-time, random, regex-compat, utf8-string [details]
License BSD-3-Clause
Copyright Copyright (c) 2008, Greg Heartsfield
Author Greg Heartsfield <scsibug@imap.cc>
Maintainer Greg Heartsfield <scsibug@imap.cc>
Category Network, Web
Home page http://gregheartsfield.com/hS3/
Source repo head: git clone https://github.com/scsibug/hS3
Uploaded by GregHeartsfield at 2014-09-28T02:24:36Z
Distributions FreeBSD:0.5.9
Reverse Dependencies 3 direct, 78 indirect [details]
Executables hs3
Downloads 15286 total (32 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hS3-0.5.9

[back to package 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].