public interface S3Manager
| Modifier and Type | Method and Description |
|---|---|
byte[] |
downloadLog(CloudTrailLog ctLog,
CloudTrailSource source)
Downloads an AWS CloudTrail log from the specified source.
|
S3Object |
getObject(java.lang.String bucketName,
java.lang.String objectKey)
Download an S3 object.
|
byte[] downloadLog(CloudTrailLog ctLog, CloudTrailSource source)
ctLog - The CloudTrailLog to downloadsource - The CloudTrailSource to download the log from.S3Object getObject(java.lang.String bucketName,
java.lang.String objectKey)
bucketName - The S3 bucket name from which to download the object.objectKey - The S3 key name of the object to download.