This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit c5d97be96e036962781a9bfdad35c78eef10f6ef Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Apr 22 08:37:55 2020 +0200 Regen camel-aws2-s3 configurers and builders --- .../org/apache/camel/component/aws2/s3/aws2-s3.json | 2 +- .../camel-aws2-s3/src/main/docs/aws2-s3-component.adoc | 8 ++++---- .../builder/component/ComponentsBuilderFactory.java | 2 +- .../component/dsl/Aws2S3ComponentBuilderFactory.java | 4 ++-- .../src/generated/resources/metadata.json | 2 +- .../endpoint/dsl/AWS2S3EndpointBuilderFactory.java | 18 ++++++++++-------- 6 files changed, 19 insertions(+), 17 deletions(-) diff --git a/components/camel-aws2-s3/src/generated/resources/org/apache/camel/component/aws2/s3/aws2-s3.json b/components/camel-aws2-s3/src/generated/resources/org/apache/camel/component/aws2/s3/aws2-s3.json index 1a18061..6c48f43 100644 --- a/components/camel-aws2-s3/src/generated/resources/org/apache/camel/component/aws2/s3/aws2-s3.json +++ b/components/camel-aws2-s3/src/generated/resources/org/apache/camel/component/aws2/s3/aws2-s3.json @@ -2,7 +2,7 @@ "component": { "kind": "component", "name": "aws2-s3", - "title": "AWS2 S3 Storage Service", + "title": "AWS 2 S3 Storage Service", "description": "The aws2-s3 component is used for storing and retrieving object from Amazon S3 Storage Service.", "deprecated": false, "firstVersion": "3.2.0", diff --git a/components/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc b/components/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc index 2647176..a6d9977 100644 --- a/components/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc +++ b/components/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc @@ -1,6 +1,6 @@ [[aws2-s3-component]] -= AWS2 S3 Storage Service Component -:docTitle: AWS2 S3 Storage Service += AWS 2 S3 Storage Service Component +:docTitle: AWS 2 S3 Storage Service :artifactId: camel-aws2-s3 :description: The aws2-s3 component is used for storing and retrieving object from Amazon S3 Storage Service. :since: 3.2 @@ -47,7 +47,7 @@ from("aws2-s3://helloBucket?accessKey=yourAccessKey&secretKey=yourSecretKey&pref // component options: START -The AWS2 S3 Storage Service component supports 38 options, which are listed below. +The AWS 2 S3 Storage Service component supports 38 options, which are listed below. @@ -106,7 +106,7 @@ The AWS2 S3 Storage Service component supports 38 options, which are listed belo // endpoint options: START -The AWS2 S3 Storage Service endpoint is configured using URI syntax: +The AWS 2 S3 Storage Service endpoint is configured using URI syntax: ---- aws2-s3://bucketNameOrArn diff --git a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java index 755bd1b..1806077 100644 --- a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java +++ b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java @@ -610,7 +610,7 @@ public interface ComponentsBuilderFactory { return org.apache.camel.builder.component.dsl.Aws2MskComponentBuilderFactory.aws2Msk(); } /** - * AWS2 S3 Storage Service (camel-aws2-s3) + * AWS 2 S3 Storage Service (camel-aws2-s3) * The aws2-s3 component is used for storing and retrieving object from * Amazon S3 Storage Service. * diff --git a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2S3ComponentBuilderFactory.java b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2S3ComponentBuilderFactory.java index 2a2ee38..5a5582a 100644 --- a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2S3ComponentBuilderFactory.java +++ b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2S3ComponentBuilderFactory.java @@ -32,7 +32,7 @@ import org.apache.camel.component.aws2.s3.AWS2S3Component; public interface Aws2S3ComponentBuilderFactory { /** - * AWS2 S3 Storage Service (camel-aws2-s3) + * AWS 2 S3 Storage Service (camel-aws2-s3) * The aws2-s3 component is used for storing and retrieving object from * Amazon S3 Storage Service. * @@ -45,7 +45,7 @@ public interface Aws2S3ComponentBuilderFactory { } /** - * Builder for the AWS2 S3 Storage Service component. + * Builder for the AWS 2 S3 Storage Service component. */ interface Aws2S3ComponentBuilder extends diff --git a/core/camel-componentdsl/src/generated/resources/metadata.json b/core/camel-componentdsl/src/generated/resources/metadata.json index 88995f1..66543a7 100644 --- a/core/camel-componentdsl/src/generated/resources/metadata.json +++ b/core/camel-componentdsl/src/generated/resources/metadata.json @@ -686,7 +686,7 @@ "Aws2S3ComponentBuilderFactory": { "kind": "component", "name": "aws2-s3", - "title": "AWS2 S3 Storage Service", + "title": "AWS 2 S3 Storage Service", "description": "The aws2-s3 component is used for storing and retrieving object from Amazon S3 Storage Service.", "deprecated": false, "deprecationNote": "cloud,file", diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AWS2S3EndpointBuilderFactory.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AWS2S3EndpointBuilderFactory.java index b53e78f..b5869d1 100644 --- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AWS2S3EndpointBuilderFactory.java +++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AWS2S3EndpointBuilderFactory.java @@ -39,7 +39,8 @@ public interface AWS2S3EndpointBuilderFactory { /** - * Builder for endpoint consumers for the AWS2 S3 Storage Service component. + * Builder for endpoint consumers for the AWS 2 S3 Storage Service + * component. */ public interface AWS2S3EndpointConsumerBuilder extends @@ -983,7 +984,7 @@ public interface AWS2S3EndpointBuilderFactory { } /** - * Advanced builder for endpoint consumers for the AWS2 S3 Storage Service + * Advanced builder for endpoint consumers for the AWS 2 S3 Storage Service * component. */ public interface AdvancedAWS2S3EndpointConsumerBuilder @@ -1176,7 +1177,8 @@ public interface AWS2S3EndpointBuilderFactory { } /** - * Builder for endpoint producers for the AWS2 S3 Storage Service component. + * Builder for endpoint producers for the AWS 2 S3 Storage Service + * component. */ public interface AWS2S3EndpointProducerBuilder extends @@ -1614,7 +1616,7 @@ public interface AWS2S3EndpointBuilderFactory { } /** - * Advanced builder for endpoint producers for the AWS2 S3 Storage Service + * Advanced builder for endpoint producers for the AWS 2 S3 Storage Service * component. */ public interface AdvancedAWS2S3EndpointProducerBuilder @@ -1781,7 +1783,7 @@ public interface AWS2S3EndpointBuilderFactory { } /** - * Builder for endpoint for the AWS2 S3 Storage Service component. + * Builder for endpoint for the AWS 2 S3 Storage Service component. */ public interface AWS2S3EndpointBuilder extends @@ -2039,7 +2041,7 @@ public interface AWS2S3EndpointBuilderFactory { } /** - * Advanced builder for endpoint for the AWS2 S3 Storage Service component. + * Advanced builder for endpoint for the AWS 2 S3 Storage Service component. */ public interface AdvancedAWS2S3EndpointBuilder extends @@ -2128,7 +2130,7 @@ public interface AWS2S3EndpointBuilderFactory { public interface AWS2S3Builders { /** - * AWS2 S3 Storage Service (camel-aws2-s3) + * AWS 2 S3 Storage Service (camel-aws2-s3) * The aws2-s3 component is used for storing and retrieving object from * Amazon S3 Storage Service. * @@ -2146,7 +2148,7 @@ public interface AWS2S3EndpointBuilderFactory { } } /** - * AWS2 S3 Storage Service (camel-aws2-s3) + * AWS 2 S3 Storage Service (camel-aws2-s3) * The aws2-s3 component is used for storing and retrieving object from * Amazon S3 Storage Service. *
