Skip to content

donatello/minio-hs-archived

Repository files navigation

Minio Client SDK for Haskell Build Status

This Minio Haskell Client SDK provides simple APIs to access Minio, AWS S3 or any S3-compatible object storage service.

Installation

On a terminal, run the commands below. The Haskell stack tool is required to be installed.

# clone the repo.
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

Contribution

Your contributions are welcome, in the form of Pull Requests, questions on the issue tracker, and comments.