MinIO Client SDK for Haskell
| examples | ||
| src | ||
| test | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| minio-hs.cabal | ||
| README.md | ||
| Setup.hs | ||
| stack-ghc-8.0.1.yaml | ||
| stack.yaml | ||
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