diff --git a/README.md b/README.md index 9cfdda0..9993cf9 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/docs/API.md b/docs/API.md index fba09c0..f010f05 100644 --- a/docs/API.md +++ b/docs/API.md @@ -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: