Class AWS2S3ComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.aws2.s3.springboot.AWS2S3ComponentAutoConfiguration

@Configuration(proxyBeanMethods=false) @Conditional(org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class) @EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,AWS2S3ComponentConfiguration.class}) @ConditionalOnHierarchicalProperties({"camel.component","camel.component.aws2-s3"}) @AutoConfigureAfter({org.apache.camel.spring.boot.CamelAutoConfiguration.class,AWS2S3ComponentConverter.class}) public class AWS2S3ComponentAutoConfiguration extends Object
Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • AWS2S3ComponentAutoConfiguration

      public AWS2S3ComponentAutoConfiguration(org.apache.camel.CamelContext camelContext)
  • Method Details

    • configureAWS2S3Component

      @Lazy @Bean public org.apache.camel.spi.ComponentCustomizer configureAWS2S3Component()