Package net.solarnetwork.common.s3
Interface S3ObjectReference
- All Known Implementing Classes:
S3ObjectRef
public interface S3ObjectReference
API for information about an S3 object.
- Version:
- 1.0
- Author:
- matt
-
Method Summary
-
Method Details
-
getKey
String getKey()Get the object key.- Returns:
- the key
-
getSize
long getSize()Get the object size.- Returns:
- the size, in bytes
-
getModified
Date getModified()Get the modification date.- Returns:
- the modified date
-
getURL
URL getURL()Get a URL for this object reference.- Returns:
- a URL for this object
-