Class S3Distribution

  • All Implemented Interfaces:
    org.springframework.boot.ApplicationRunner

    @Component
    @Order(3)
    public class S3Distribution
    extends Object
    implements org.springframework.boot.ApplicationRunner
    This runner will sync the base working directory to the S3.
    • Method Detail

      • run

        public void run​(org.springframework.boot.ApplicationArguments args)
        Specified by:
        run in interface org.springframework.boot.ApplicationRunner