Class AWS2S3ClientIAMOptimizedImpl

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

public class AWS2S3ClientIAMOptimizedImpl extends Object implements AWS2CamelS3InternalClient
Manage an AWS s3 client for all users to use (enabling temporary creds). This implementation is for remote instances to manage the credentials on their own (eliminating credential rotations)
  • Constructor Details

    • AWS2S3ClientIAMOptimizedImpl

      public AWS2S3ClientIAMOptimizedImpl(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.