Interface S3EndpointBuilderFactory.S3Builders

    • Method Detail

      • awsS3

        default S3EndpointBuilderFactory.S3EndpointBuilder awsS3​(String path)
        AWS S3 Storage Service (camel-aws-s3) Store and retrieve objects from AWS S3 Storage Service. Category: cloud,file Since: 2.8 Maven coordinates: org.apache.camel:camel-aws-s3 Syntax: aws-s3://bucketNameOrArn Path parameter: bucketNameOrArn (required) Bucket name or ARN
        Parameters:
        path - //bucketNameOrArn
      • awsS3

        default S3EndpointBuilderFactory.S3EndpointBuilder awsS3​(String componentName,
                                                                 String path)
        AWS S3 Storage Service (camel-aws-s3) Store and retrieve objects from AWS S3 Storage Service. Category: cloud,file Since: 2.8 Maven coordinates: org.apache.camel:camel-aws-s3 Syntax: aws-s3://bucketNameOrArn Path parameter: bucketNameOrArn (required) Bucket name or ARN
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - //bucketNameOrArn