@hackage / S3

Library for accessing S3 compatible storage services

Latest0.1.0.0

About

Metadata

  • Last updated , by HerbertValerioRiedel
  • License GPL-3.0-or-later
  • Categories Network Development
  • Maintained by: hvr@gnu.org

  • Lottery factor: 0

Links

Installation

Readme

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.