Class S3ObjectRef

java.lang.Object
net.solarnetwork.common.s3.S3ObjectRef
All Implemented Interfaces:
S3ObjectReference

public class S3ObjectRef extends Object implements S3ObjectReference
An immutable reference to an S3 object.
Version:
1.0
Author:
matt
  • Constructor Details

    • S3ObjectRef

      public S3ObjectRef(String key)
      Constructor.
      Parameters:
      key - the key
    • S3ObjectRef

      public S3ObjectRef(String key, long size, Date modified, URL url)
      Constructor.
      Parameters:
      key - the key
      size - the size
      modified - the modification date
      url - the URL
  • Method Details