"""Constants relating to s3.""" to_ingest_key = '{}/to_ingest/{}' been_ingested_key = '{}/ingested/{}' staging_key = '{}/staging/{}' output_key = '{}/output' s3_stage_output_template = 'S3_BULK_UPLOAD_OUTPUT_STAGE_' s3_stage_template = 'S3_BULK_UPLOAD_STAGE_' s3_source_template = 'S3_BULK_UPLOAD_SOURCE_' audio_asset_output_template = 'ASSET_AUDIO_INGESTION_' cover_asset_output_template = 'ASSET_COVER_INGESTION_' ignore_folders = ['old', 'bak', 'temp', 'test']