- relude is a better and more commonly used library - Add compiler warnings and fixes - Update stack lts to 18.24 - Add explicit deriving strategies |
||
|---|---|---|
| .. | ||
| BucketExists.hs | ||
| CopyObject.hs | ||
| FileUploader.hs | ||
| GetConfig.hs | ||
| GetObject.hs | ||
| HeadObject.hs | ||
| Heal.hs | ||
| ListBuckets.hs | ||
| ListIncompleteUploads.hs | ||
| ListObjects.hs | ||
| MakeBucket.hs | ||
| PresignedGetObject.hs | ||
| PresignedPostPolicy.hs | ||
| PresignedPutObject.hs | ||
| PutObject.hs | ||
| README.md | ||
| RemoveBucket.hs | ||
| RemoveIncompleteUpload.hs | ||
| RemoveObject.hs | ||
| SelectObject.hs | ||
| ServerInfo.hs | ||
| ServiceSendRestart.hs | ||
| ServiceSendStop.hs | ||
| ServiceStatus.hs | ||
| SetConfig.hs | ||
Examples
The examples in this directory illustrate usage of various APIs provided by this library. Each file is self-contained and can be run like a script directly.
To build the examples, the build flag examples needs to be turned on:
stack build --flag minio-hs:examples
Now to run and example script BucketExists.hs:
stack exec BucketExists
The CI system is configured to build these examples with every change, so they should be current.