Interface MinioObjectInfo

All Superinterfaces:
MinioObjectId
All Known Subinterfaces:
MinioMultipartFile
All Known Implementing Classes:
MinioMultipartFileImpl

public interface MinioObjectInfo extends MinioObjectId
The minio object info interface.
Author:
Christian Bremer
  • Method Details

    • getBucket

      String getBucket()
      Gets bucket.
      Returns:
      the bucket
    • getRegion

      String getRegion()
      Gets region.
      Returns:
      the region
    • getEtag

      String getEtag()
      Gets etag.
      Returns:
      the etag
    • getLastModified

      OffsetDateTime getLastModified()
      Gets last modified time.
      Returns:
      the last modified time