Class S3Source
- java.lang.Object
-
- technology.dice.dicewhere.downloader.source.s3.S3Source
-
- All Implemented Interfaces:
FileSource
public class S3Source extends Object implements FileSource
-
-
Field Summary
Fields Modifier and Type Field Description static StringTIMESTAMP_METADATA_KEY
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileInfofileInfo()MD5Checksumproduce(FileAcceptor consumer, boolean noMd5Check)
-
-
-
Field Detail
-
TIMESTAMP_METADATA_KEY
public static final String TIMESTAMP_METADATA_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
fileInfo
public FileInfo fileInfo()
- Specified by:
fileInfoin interfaceFileSource
-
produce
public MD5Checksum produce(FileAcceptor consumer, boolean noMd5Check)
- Specified by:
producein interfaceFileSource
-
-