Package org.bremersee.data.minio
Interface MinioMultipartFile
-
- All Superinterfaces:
org.springframework.core.io.InputStreamSource
,MinioObjectId
,MinioObjectInfo
,org.springframework.web.multipart.MultipartFile
- All Known Implementing Classes:
MinioMultipartFileImpl
public interface MinioMultipartFile extends MinioObjectInfo, org.springframework.web.multipart.MultipartFile
The minio multipart file interface.- Author:
- Christian Bremer
-
-
Method Summary
-
Methods inherited from interface org.bremersee.data.minio.MinioObjectId
getName, getVersionId
-
Methods inherited from interface org.bremersee.data.minio.MinioObjectInfo
getBucket, getEtag, getLastModified, getRegion
-
-