982 B
982 B
Minio Client SDK for Haskell 

The Minio Haskell Client SDK provides simple APIs to access Minio and Amazon S3 compatible object storage server.
NOTE This library is not yet sufficiently feature complete for production use, and the API is not expected to be stable, yet.
Minimum Requirements
- The Haskell stack
Installation
git clone https://github.com/minio/minio-hs.git
cd minio-hs/
stack install
Tests can be run with:
stack test
A section of the tests use https://play.minio.io:9000.
Documentation can be locally built with:
stack haddock