minio-hs/README.md
2017-02-13 10:08:43 -08:00

892 B

Minio Client SDK for Haskell Build StatusHackage

The Minio Haskell Client SDK provides simple APIs to access Minio and Amazon S3 compatible object storage server.

Minimum Requirements

Installation

git clone https://github.com/donatello/minio-hs.git

cd minio-hs/

stack install

Tests can be run with:


stack test

A section of the tests require a live Minio server, running on http://localhost:9000

Documentation can be locally built with:


stack haddock

Contribute

Contributors Guide