Hello, This is the first release of hS3, a Haskell interface to Amazon's Simple Storage Service. One week from conception to this release, it is still rough around the edges, but the basic functionality does work. Get it from Hackage: <http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hS3-0.1> A brief writeup with links to documentation and the darcs repo is on my blog: <http://scsibug.com/2007/09/23/haskell-s3-library/> Thanks, Greg Heartsfield
scsibug:
Hello, This is the first release of hS3, a Haskell interface to Amazon's Simple Storage Service. One week from conception to this release, it is still rough around the edges, but the basic functionality does work.
Get it from Hackage: <http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hS3-0.1>
A brief writeup with links to documentation and the darcs repo is on my blog: <http://scsibug.com/2007/09/23/haskell-s3-library/>
Great work, great idea. We just need a standard ByteString simple http binding (with Strings on top), so that transferring huge data quantities works. -- Don
participants (3)
-
Don Stewart -
Greg Heartsfield -
Johan Tibell