@Configuration @EnableConfigurationProperties(value=AwsProperties.class) public class AwsConfiguration extends java.lang.Object
| Constructor and Description |
|---|
AwsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.core.auth.AwsCredentialsProvider |
awsCredentialsProvider(AwsProperties awsProperties) |
@Bean @ConditionalOnMissingBean(value=software.amazon.awssdk.core.auth.AwsCredentialsProvider.class) public software.amazon.awssdk.core.auth.AwsCredentialsProvider awsCredentialsProvider(AwsProperties awsProperties)