Explicit info message about uploading S3 log

This commit is contained in:
Mark DePristo 2011-09-12 22:16:52 -04:00
parent 64df3950c1
commit edf29d0616
1 changed files with 1 additions and 0 deletions

View File

@ -338,6 +338,7 @@ public class GATKRunReport {
//logger.info("Uploading " + localFile + " to AWS bucket");
S3Object s3Object = s3Service.putObject(REPORT_BUCKET_NAME, fileObject);
logger.debug("Uploaded to AWS: " + s3Object);
logger.info("Uploaded run statistics report to AWS S3");
} catch ( S3ServiceException e ) {
exceptDuringRunReport("S3 exception occurred", e);
} catch ( NoSuchAlgorithmException e ) {