global_params:
  key: {{aws_access_key}}
  secret: {{aws_secret_key}}
  region: {{orchard.scripts.php_etl.AWS_DEFAULT_REGION}}

sqs:
  aspera_video_dashboard:
    videodashboardready:
      queue_name: dev_video_dashboard_ready
    asperaassetcopied:
      queue_name: dev_aspera_asset_copied
  publishing:
    ppl:
      queue_name: dev_ppl
  etl:
    raw_file_ingestion:
      queue_name: dev-ad-rawfileinjestion
    cache_warming:
      queue_name: warm_cache_prod
    dim_refresh:
      queue_name: prod_dim_data_transportor
    feed_ingestion:
      queue_name: dev-ad-feedingestion
    data_transporter:
      queue_name: dev-ad-datatransporter
sns:
  etl:
    raw_file_ingestion:
      topic_arn: {{orchard.scripts.php_etl.ORCHARDETL_RAWFILEINGESTION_SNS_TOPICARN}}
    raw_file_ingestion_status:
      topic_arn: {{orchard.scripts.php_etl.ORCHARDETL_RAWFILEINGESTIONSTATUS_SNS_TOPICARN}}
s3:
  ppl:
    bucket: cucumbers
    obj: ppl
  etl:
    delimiter: \t
    raw_file_ingestion:
      bucket: cucumbers
    dim_refresh:
      bucket: {{orchard.scripts.php_etl.ORCHARDETL_RAWFILEINGESTION_S3_BUCKET}}
    data_transporter:
      bucket: {{orchard.scripts.php_etl.ORCHARDETL_DATATRANSPORTER_S3_BUCKET}}
data-pipeline:
  key: replace_me
  secret: replace_me
  region: us-east-1
