Minor doc re-wording and remove warning
This commit is contained in:
parent
dca4462879
commit
9e846fc698
@ -2,8 +2,6 @@
|
||||
|
||||
The Minio Haskell Client SDK provides simple APIs to access [Minio](https://minio.io) 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](https://docs.haskellstack.org/en/stable/README/)
|
||||
|
||||
@ -113,8 +113,8 @@ values.
|
||||
This monad provides the required environment to perform requests
|
||||
against a Minio or other S3 API compatible server. It uses the
|
||||
connection information from the `ConnectInfo` value provided to it. It
|
||||
performs connection pooling, bucket location caching (if enabled) and
|
||||
error handling.
|
||||
performs connection pooling, bucket location caching, error handling
|
||||
and resource clean-up actions.
|
||||
|
||||
The `runMinio` function performs the provided action in the `Minio`
|
||||
monad and returns a `IO (Either MinioErr a)` value:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user