This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 80c35e1 CAMEL-12853 - disable SftpConsumerDisconnectTest new 93fa169 CAMEL-12859 - Camel-AWS: Add more operations to the AWS IAM producer, getUser Operation new 1419f45 CAMEL-12859 - Updated docs new 2af6ac6 CAMEL-12859 - Camel-AWS: Add more operations to the AWS IAM producer, updateAccessKey operation new 30096a8 CAMEL-12859 - Updated docs The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../camel-aws/src/main/docs/aws-iam-component.adoc | 6 +++ .../camel/component/aws/iam/IAMConstants.java | 2 + .../camel/component/aws/iam/IAMOperations.java | 4 +- .../camel/component/aws/iam/IAMProducer.java | 57 ++++++++++++++++++++++ .../component/aws/iam/AmazonIAMClientMock.java | 9 +++- .../component/aws/iam/IAMProducerSpringTest.java | 40 +++++++++++++++ .../camel/component/aws/iam/IAMProducerTest.java | 42 ++++++++++++++++ .../aws/iam/IAMComponentSpringTest-context.xml | 10 ++++ 8 files changed, 166 insertions(+), 4 deletions(-)