public interface S3ObjectSummary
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBucketName()
Gets the Bucket nane in which the object is kept on S3
|
java.lang.String |
getETag()
Gets the Hex encoded 128 bit MD5 digest of the contents of the object uploaded on S3
|
java.lang.String |
getKey()
Gets the keys under which the Object is stored on S3
|
java.util.Date |
getLastModified()
Gets the Date the object was last modified
|
long |
getSize()
Gets the size of the object in bytes
|
java.lang.String getBucketName()
java.lang.String getKey()
java.lang.String getETag()
long getSize()
java.util.Date getLastModified()