byteFormatter.formatByteSize(filesSizeTotal[0]));
}
};
printProgressLine("Comparing S3 contents with local system");
FileComparerResults discrepancyResults =
FileComparer.buildDiscrepancyLists(filesMap, s3ObjectsMap, progressWatcher);
// Perform the requested action on the set of disrepancies.
if ("UP".equals(actionCommand)) {
uploadLocalDirectoryToS3(discrepancyResults, filesMap, s3ObjectsMap, bucket, objectPath, aclString);