Class S3Object


  • public class S3Object
    extends Object
    Represents an object as discovered on S3.
    • Constructor Detail

      • S3Object

        public S3Object​(String objectName)
        Constructs a new S3Object for the given object name.
        Parameters:
        objectName - the target object name
      • S3Object

        public S3Object​(String objectName,
                        String cwaHash)
        Constructs a new S3Object for the given object name.
        Parameters:
        objectName - the target object name
        cwaHash - the checksum for that file
    • Method Detail

      • getObjectName

        public String getObjectName()
      • getCwaHash

        public String getCwaHash()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object