| Constructor and Description |
|---|
S3FileInfo(String bucket,
String key,
Instant timestamp,
MD5Checksum md5,
long size) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName() |
MD5Checksum |
getMd5Checksum() |
long |
getSize() |
Instant |
getTimestamp() |
URI |
getUri() |
public S3FileInfo(String bucket, String key, Instant timestamp, MD5Checksum md5, long size)
public MD5Checksum getMd5Checksum()
getMd5Checksum in interface FileInfopublic String getFileName()
getFileName in interface FileInfopublic Instant getTimestamp()
getTimestamp in interface FileInfoCopyright © 2021. All rights reserved.