Class SynapseAwsAuthConfiguration


  • @Configuration
    @EnableConfigurationProperties(AwsProperties.class)
    public class SynapseAwsAuthConfiguration
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      software.amazon.awssdk.auth.credentials.AwsCredentialsProvider awsCredentialsProvider​(AwsProperties awsProperties)  
      • Methods inherited from class java.lang.Object

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

      • SynapseAwsAuthConfiguration

        public SynapseAwsAuthConfiguration()
    • Method Detail

      • awsCredentialsProvider

        @Bean
        @ConditionalOnMissingBean(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider.class)
        public software.amazon.awssdk.auth.credentials.AwsCredentialsProvider awsCredentialsProvider​(AwsProperties awsProperties)