Skip to content

1.5.5

Compare
Choose a tag to compare
@laurenfrederick laurenfrederick released this 01 Jun 15:30
· 14127 commits to master since this release

Added

  • CUMULUS-530 - PDR tracking through Queue-granules
    • Add optional pdr property to the sync-granule task's input config and output payload.
  • CUMULUS-548 - Create a Lambda task that generates EMS distribution reports
    • In order to supply EMS Distribution Reports, you must enable S3 Server
      Access Logging on any S3 buckets used for distribution. See How Do I Enable Server Access Logging for an S3 Bucket?
      The "Target bucket" setting should point at the Cumulus internal bucket.
      The "Target prefix" should be
      "<STACK_NAME>/ems-distribution/s3-server-access-logs/", where "STACK_NAME"
      is replaced with the name of your Cumulus stack.

Fixed

  • CUMULUS-546 - Kinesis Consumer should catch and log invalid JSON
    • Kinesis Consumer lambda catches and logs errors so that consumer doesn't get stuck in a loop re-processing bad json records.
  • EMS report filenames are now based on their start time instead of the time
    instead of the time that the report was generated