@hackage S30.1.0.0
Library for accessing S3 compatible storage services
Categories
License
GPL-3.0-or-later
Maintainer
hvr@gnu.org
Links
Versions
- 0.1.0.0 Tue, 10 Sep 2019
Installation
Dependencies (16)
- Prelude ^>=0.1.0.1
- X ^>=0.3.0
- base >=4.8.0.0 && <4.13 || ^>=4.13.0.0
- base-encoding ^>=0.1.0
- base-noprelude ^>=4.7.0.0
- bytestring ^>=0.10 Show all…
Dependents (0)
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 objectsSetting 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.