892 B
892 B
Minio Client SDK for Haskell 

The Minio Haskell Client SDK provides simple APIs to access Minio and Amazon S3 compatible object storage server.
Minimum Requirements
- The Haskell stack
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