Class AWS2S3ClientStandardImpl

java.lang.Object
org.apache.camel.component.aws2.s3.client.impl.AWS2S3ClientStandardImpl
All Implemented Interfaces:
AWS2CamelS3InternalClient

public class AWS2S3ClientStandardImpl extends Object implements AWS2CamelS3InternalClient
Manage an AWS s3 client for all users to use. This implementation is for local instances to use a static and solid credential set.
  • Constructor Details

    • AWS2S3ClientStandardImpl

      public AWS2S3ClientStandardImpl(AWS2S3Configuration configuration)
      Constructor that uses the config file.
  • Method Details

    • getS3Client

      public software.amazon.awssdk.services.s3.S3Client getS3Client()
      Getting the s3 aws client that is used.
      Specified by:
      getS3Client in interface AWS2CamelS3InternalClient
      Returns:
      Amazon S3 Client.