Class AwsTestconfiguration


  • @Configuration
    @ConditionalOnClass(name="de.otto.edison.aws.configuration.AwsConfiguration")
    public class AwsTestconfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      software.amazon.awssdk.auth.credentials.AwsCredentialsProvider awsCredentialsProvider()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AwsTestconfiguration

        public AwsTestconfiguration()
    • Method Detail

      • awsCredentialsProvider

        @Bean
        @Profile("test")
        public software.amazon.awssdk.auth.credentials.AwsCredentialsProvider awsCredentialsProvider()