Interface S3ObjectReference

All Known Implementing Classes:
S3ObjectRef

public interface S3ObjectReference
API for information about an S3 object.
Version:
1.0
Author:
matt
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the object key.
    Get the modification date.
    long
    Get the object size.
    Get a URL for this object reference.
  • 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