https://github.com/donatello/minio-hs-archived
This library now has a new home at
https://github.com/donatello/minio-hs-archived
client-sdk cloud fileuploader haskell library minio minio-client-sdk s3
Last synced: 10 months ago
JSON representation
This library now has a new home at
- Host: GitHub
- URL: https://github.com/donatello/minio-hs-archived
- Owner: donatello
- License: apache-2.0
- Created: 2017-02-10T11:29:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T09:41:08.000Z (over 9 years ago)
- Last Synced: 2025-04-11T00:34:52.291Z (about 1 year ago)
- Topics: client-sdk, cloud, fileuploader, haskell, library, minio, minio-client-sdk, s3
- Language: Haskell
- Homepage: https://github.com/minio/minio-hs
- Size: 104 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minio Client SDK for Haskell [](https://travis-ci.org/donatello/minio-hs)
This Minio Haskell Client SDK provides simple APIs to
access [Minio](https://minio.io), AWS S3 or any S3-compatible object
storage service.
## Installation
On a terminal, run the commands below. The
Haskell [stack](https://docs.haskellstack.org/en/stable/README/) tool
is required to be installed.
``` shell
# clone the repo.
git clone https://github.com/donatello/minio-hs.git
cd minio-hs/
stack install
```
Tests can be run with:
``` shell
stack test
```
A section of the tests require a live Minio server, running on
`http://localhost:9000`
Documentation can be locally built with:
``` shell
stack haddock
```
## Contribution
Your contributions are welcome, in the form of Pull Requests,
questions on the issue tracker, and comments.