Class S3DeploymentEventsProcessor

All Implemented Interfaces:
DeploymentProcessor, InitializableByConfigBean, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

public class S3DeploymentEventsProcessor extends AbstractS3Processor
Implementation of AbstractS3Processor that uploads the deployment events to AWS S3. Can be configured with the following YAML properties:
  • deploymentEventsFileUrl: URL of the deployment events file, relative to the local git repo
Since:
3.1.8
Author:
joseross