rep.saveJobEntryAttribute(id_job, getID(), ACCESSKEY, AccessKey);
rep.saveJobEntryAttribute(id_job, getID(), PRIVATEKEY, PrivateKey);
rep.saveJobEntryAttribute(id_job, getID(), S3BUCKET, S3Bucket);
rep.saveJobEntryAttribute(id_job, getID(), FILENAMETOSEND, FilenameToSend);
} catch (KettleDatabaseException dbe) {
throw new KettleException(
"unable to save jobentry of type 'file exists' to the repository for id_job="
+ id_job, dbe);
}
}