@hackage S30.1.0.0

Library for accessing S3 compatible storage services

This library provides a lightweight API for interacting with storage services compatible with Amazon's Simple Storage Service or S3 protocol.

The current version of this library provides support for

  • Creating, listing, and deleting buckets

  • Creating, copying, listing, and deleting objects

  • Conditionally (i.e. via if-match/if-none-match) creating, listing, and deleting objects

  • Setting canned ACLs on bucket and object creation

  • AWS Signature protocols version 2 and version 4

See the Network.S3 module for documentation and usage examples.