Class S3Object
- java.lang.Object
-
- app.coronawarn.server.services.distribution.objectstore.client.S3Object
-
public class S3Object extends Object
Represents an object as discovered on S3.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCwaHash()
String
getObjectName()
int
hashCode()
-
-
-
Constructor Detail
-
S3Object
public S3Object(String objectName)
Constructs a new S3Object for the given object name.- Parameters:
objectName
- the target object name
-
-