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-kafka-connector.git.
from f58ad26 Building endpoint uris should for secret options automatic use RAW() syntax for the value so we wont have encoding issue for passwords or access tokens etc. new c0ba342 Move the S3 utility method deleteBucket to the AWS client utilities class new ba1176f Make the AWS common names / utilities reusable for SDK v1 / v2 new c667918 Merge pull request #368 from orpiske/aws-test-cleanup The 635 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: .../kafkaconnector/aws/common/AWSCommon.java} | 36 ++++---- .../aws/v1/clients/AWSClientUtils.java | 57 +++++++++++++ .../kafkaconnector/aws/v1/common/AWSCommon.java | 98 ---------------------- .../source/CamelSourceAWSKinesisITCase.java | 6 +- .../aws/v1/s3/source/CamelSourceAWSS3ITCase.java | 5 +- .../aws/v1/sns/sink/CamelSinkAWSSNSITCase.java | 2 +- .../aws/v1/sqs/sink/CamelSinkAWSSQSITCase.java | 7 +- .../aws/v1/sqs/source/CamelSourceAWSSQSITCase.java | 4 +- .../source/CamelSourceAWSKinesisITCase.java | 4 +- 9 files changed, 93 insertions(+), 126 deletions(-) copy tests/{itests-common/src/test/java/org/apache/camel/kafkaconnector/common/services/kafka/RemoteKafkaService.java => itests-aws-common/src/test/java/org/apache/camel/kafkaconnector/aws/common/AWSCommon.java} (60%) delete mode 100644 tests/itests-aws-v1/src/test/java/org/apache/camel/kafkaconnector/aws/v1/common/AWSCommon.java