top of page

"When you clean the code, don't forget: it cleans you.”

bugreaper-minio

Module for interaction with Minio

Buckets/Objects:

cleanBucket(String)
createBucket(String)
deleteEmptyBucket(String)
deleteFilledBucket(String)
deleteObjectFromBucket(String, String)
shareObjectInBucket(String, String)
 

Asserts:
seeBucketExists(String)
seeBucketIsEmpty(String)
seeBucketIsNotEmpty(String)
seeBucketNotExists(String)
seeObjectExists(String, String)
seeObjectNotExists(String, String)
seeObjectSizeExactly(String, String, long)
seeObjectSizeGreater(String, String, long)
seeObjectSizeLess(String, String, long)
seeCountObjectsInBucketExactly(String, int)
seeCountObjectsInBucketGreater(String, int)
seeCountObjectsInBucketLess(String, int)

Upload data:
uploadFileToBucket(String, String)
uploadFileToBucket(String, String, String)
uploadFileToBucket(String, String, String, String)
 

Download data:
downloadObjectFromBucket(String, String, String)
 

Get data:
getBucketsList()
getObjectsCountInBucket(String)
getObjectSize(String, String)
getObjectsList(String)
objectExistsStatus(String, String)
readObjectFromBucket(String, String)

Configs:

​.withDownloadBufferSize(int)

.withAwaitMs(int)

.withMaxUploadSize(int)

.withMaxDownloadObjectSize(int)

INFO

IN progress

Info

in progress

INFO

In progress

© 2025 BUGREAPER

bottom of page