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 5ff32ad No JIRA - Fix typo in log entry in TcpSocketConsumerRunnable
new 0a23583 CAMEL-12275 - IAM role capabilities. This will allow AWS
users to use the industry standard way of credential acquisition and refresh.
new f240487 CAMEL-12275 - Regen docs
new 8c04bdb CAMEL-12275 - Use Regions.valueOf since all other components
use the same approach
new 18634f4 CAMEL-12275 - Renamed classes to be compliant with other
classes name
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-s3-component.adoc | 13 +-
.../apache/camel/component/aws/s3/S3Component.java | 5 +-
.../camel/component/aws/s3/S3Configuration.java | 18 ++-
.../apache/camel/component/aws/s3/S3Endpoint.java | 111 +---------------
.../camel/component/aws/s3/client/S3Client.java | 31 +++++
.../component/aws/s3/client/S3ClientFactory.java | 43 +++++++
.../s3/client/impl/S3ClientIAMOptimizedImpl.java | 109 ++++++++++++++++
.../aws/s3/client/impl/S3ClientStandardImpl.java | 140 +++++++++++++++++++++
.../component/aws/s3/AWSS3ClientFactoryTest.java | 52 ++++++++
.../impl/IAMOptimizedAWSS3ClientImplTest.java | 65 ++++++++++
.../client/impl/StandardAWSS3ClientImplTest.java | 65 ++++++++++
11 files changed, 540 insertions(+), 112 deletions(-)
create mode 100644
components/camel-aws/src/main/java/org/apache/camel/component/aws/s3/client/S3Client.java
create mode 100644
components/camel-aws/src/main/java/org/apache/camel/component/aws/s3/client/S3ClientFactory.java
create mode 100644
components/camel-aws/src/main/java/org/apache/camel/component/aws/s3/client/impl/S3ClientIAMOptimizedImpl.java
create mode 100644
components/camel-aws/src/main/java/org/apache/camel/component/aws/s3/client/impl/S3ClientStandardImpl.java
create mode 100644
components/camel-aws/src/test/java/org/apache/camel/component/aws/s3/AWSS3ClientFactoryTest.java
create mode 100644
components/camel-aws/src/test/java/org/apache/camel/component/aws/s3/client/impl/IAMOptimizedAWSS3ClientImplTest.java
create mode 100644
components/camel-aws/src/test/java/org/apache/camel/component/aws/s3/client/impl/StandardAWSS3ClientImplTest.java
--
To stop receiving notification emails like this one, please contact
[email protected].