pi_portal.modules.integrations.s3.bases.cron

S3UploadCronJobBase class.

class pi_portal.modules.integrations.s3.bases.cron.S3UploadCronJobBase(interval)[source]

Persistent cron job to upload content from a folder to S3.

Parameters:

interval (int) – The interval in seconds to check for new files.

configure_logger()

Configure a standardized logger for this class.

Return type:

None

start()[source]

Start the upload cron.

Return type:

None