System.exit(2);
}
// Perform the UPload/DOWNload.
Synchronize client = new Synchronize(
new RestS3Service(awsCredentials, APPLICATION_DESCRIPTION, null),
doAction, isQuiet, isNoProgress, isForce, isKeepFiles, isNoDelete, isGzipEnabled, isEncryptionEnabled);
client.run(s3Path, fileList, actionCommand,
properties.getStringProperty("password", null), aclString);
}