diff --git a/src/main/resources/org/springframework/integration/aws/config/spring-integration-aws-1.0.xsd b/src/main/resources/org/springframework/integration/aws/config/spring-integration-aws-1.0.xsd index 041f68f..83866bf 100644 --- a/src/main/resources/org/springframework/integration/aws/config/spring-integration-aws-1.0.xsd +++ b/src/main/resources/org/springframework/integration/aws/config/spring-integration-aws-1.0.xsd @@ -19,48 +19,6 @@ ]]> - - - - - Specify the access key to be used to connect to the AWS service. - - - - - - - Specify the secret key corresponding to the access key to be used to - authenticate the user and connect to the AWS service. - - - - - - - Specifies the properties file used that will be used to hold the access key - and the secret key of the AWS. This file expects two properties accessKey and - secretKey for Access key and Secret Key respectively. This attribute is mutually - exclusive to the accessKey, secretKey and credentials-ref attribute. - - - - - - - - - - - - If none of the default mechanisms work, you may provide a custom implementation - of org.springframework.integration.aws.core.AWSCredentials. Various use cases are - when you might want to read the credentials from a database or any other secure store - - - - -