Network.Minio

Connecting to object storage

data ConnectInfo

awsCI

Connection helpers

awsWithRegionCI

minioPlayCI

minioCI

Minio Monad

data Minio a

runMinio

def

Bucket Operations

Creation, removal and querying

type Bucket

makeBucket

removeBucket

bucketExists

type Region

getLocation

Listing

data BucketInfo

listBuckets

data ObjectInfo

listObjects

listObjectsV1

type UploadId

data UploadInfo

listIncompleteUploads

data ObjectPartInfo

listIncompleteParts

Notifications

data Notification

data NotificationConfig

type Arn

data Event

data Filter

data FilterKey

data FilterRules

data FilterRule

getBucketNotification

putBucketNotification

removeAllBucketNotification

Object Operations

type Object

File operations

fGetObject

fPutObject

Conduit-based streaming operations

putObject

getObject

Server-side copying

data CopyPartSource

copyObject

Querying

statObject

Object removal functions

removeObject

removeIncompleteUpload

Presigned Operations

type UrlExpiry

presignedPutObjectUrl

presignedGetObjectUrl

presignedHeadObjectUrl

Utilities for POST (browser) uploads

data PostPolicy

data PostPolicyError

newPostPolicy

presignedPostPolicy

showPostPolicy

Utilities to specify Post Policy conditions

data PostPolicyCondition

ppCondBucket

ppCondContentLengthRange

ppCondContentType

ppCondKey

ppCondKeyStartsWith

ppCondSuccessActionStatus

Error handling

data MinioErr

data MErrV

data ServiceErr