public interface MinIOService
Modifier and Type | Method and Description |
---|---|
List<io.minio.messages.Bucket> |
bucketList() |
InputStream |
downloadFile(String bucketName,
String objectName) |
String |
getDownloadUrl(String bucketName,
String objectName) |
boolean |
isFileExist(String bucketName,
String objectName) |
void |
makeBucket(String bucketName) |
void |
removeBucket(String bucketName) |
void |
removeFile(String bucketName,
String objectName) |
void |
uploadFile(String bucketName,
String objectName,
InputStream stream,
long size,
String contentType) |
void |
uploadFile(String bucketName,
String objectName,
String filePath) |
List<io.minio.messages.Bucket> bucketList()
void makeBucket(String bucketName)
void removeBucket(String bucketName)
void uploadFile(String bucketName, String objectName, InputStream stream, long size, String contentType)
InputStream downloadFile(String bucketName, String objectName)
Copyright © 2022. All rights reserved.