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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new a184813  [create-pull-request] automated change
a184813 is described below

commit a1848132216fc8892926682e67b4adbf2911b5f6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 8 00:36:21 2020 +0000

    [create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/aws-s3.json        | 2 +-
 .../org/apache/camel/springboot/catalog/components/aws2-s3.json       | 2 +-
 components-starter/README.adoc                                        | 4 ++--
 .../camel/component/aws/s3/springboot/S3ComponentConfiguration.java   | 2 +-
 .../component/aws2/s3/springboot/AWS2S3ComponentConfiguration.java    | 2 +-
 docs/modules/ROOT/pages/list.adoc                                     | 4 ++--
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-s3.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-s3.json
index 4a50207..5af26e2 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-s3.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-s3.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "aws-s3",
     "title": "AWS S3 Storage Service",
-    "description": "Store and retrie objects from AWS S3 Storage Service.",
+    "description": "Store and retrieve objects from AWS S3 Storage Service.",
     "deprecated": false,
     "firstVersion": "2.8.0",
     "label": "cloud,file",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
index 811b301..8da7ed9 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "aws2-s3",
     "title": "AWS 2 S3 Storage Service",
-    "description": "Store and retrie objects from AWS S3 Storage Service using 
AWS SDK version 2.x.",
+    "description": "Store and retrieve objects from AWS S3 Storage Service 
using AWS SDK version 2.x.",
     "deprecated": false,
     "firstVersion": "3.2.0",
     "label": "cloud,file",
diff --git a/components-starter/README.adoc b/components-starter/README.adoc
index 54db154..8a58882 100644
--- a/components-starter/README.adoc
+++ b/components-starter/README.adoc
@@ -105,7 +105,7 @@ Number of Camel components: 332 in 265 JAR artifacts (1 
deprecated)
 `aws2-mq:label` | 3.1 | Manage AWS MQ instances using AWS SDK version 2.x.
 
 | link:https://camel.apache.org/components/latest/aws2-s3-component.html[AWS 2 
S3 Storage Service] (camel-aws2-s3-starter) +
-`aws2-s3://bucketNameOrArn` | 3.2 | Store and retrie objects from AWS S3 
Storage Service using AWS SDK version 2.x.
+`aws2-s3://bucketNameOrArn` | 3.2 | Store and retrieve objects from AWS S3 
Storage Service using AWS SDK version 2.x.
 
 | link:https://camel.apache.org/components/latest/aws2-ses-component.html[AWS 
2 Simple Email Service (SES)] (camel-aws2-ses-starter) +
 `aws2-ses:from` | 3.1 | Send e-mails through AWS SES service using AWS SDK 
version 2.x.
@@ -159,7 +159,7 @@ Number of Camel components: 332 in 265 JAR artifacts (1 
deprecated)
 `aws-mq:label` | 2.21 | Manage AWS MQ instances.
 
 | link:https://camel.apache.org/components/latest/aws-s3-component.html[AWS S3 
Storage Service] (camel-aws-s3-starter) +
-`aws-s3://bucketNameOrArn` | 2.8 | Store and retrie objects from AWS S3 
Storage Service.
+`aws-s3://bucketNameOrArn` | 2.8 | Store and retrieve objects from AWS S3 
Storage Service.
 
 | link:https://camel.apache.org/components/latest/aws-ses-component.html[AWS 
Simple Email Service (SES)] (camel-aws-ses-starter) +
 `aws-ses:from` | 2.9 | Send e-mails through AWS SES service.
diff --git 
a/components-starter/camel-aws-s3-starter/src/main/java/org/apache/camel/component/aws/s3/springboot/S3ComponentConfiguration.java
 
b/components-starter/camel-aws-s3-starter/src/main/java/org/apache/camel/component/aws/s3/springboot/S3ComponentConfiguration.java
index 7ae172e..e00ddeb 100644
--- 
a/components-starter/camel-aws-s3-starter/src/main/java/org/apache/camel/component/aws/s3/springboot/S3ComponentConfiguration.java
+++ 
b/components-starter/camel-aws-s3-starter/src/main/java/org/apache/camel/component/aws/s3/springboot/S3ComponentConfiguration.java
@@ -24,7 +24,7 @@ import 
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * Store and retrie objects from AWS S3 Storage Service.
+ * Store and retrieve objects from AWS S3 Storage Service.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-aws2-s3-starter/src/main/java/org/apache/camel/component/aws2/s3/springboot/AWS2S3ComponentConfiguration.java
 
b/components-starter/camel-aws2-s3-starter/src/main/java/org/apache/camel/component/aws2/s3/springboot/AWS2S3ComponentConfiguration.java
index 3a2e5e1..de33535 100644
--- 
a/components-starter/camel-aws2-s3-starter/src/main/java/org/apache/camel/component/aws2/s3/springboot/AWS2S3ComponentConfiguration.java
+++ 
b/components-starter/camel-aws2-s3-starter/src/main/java/org/apache/camel/component/aws2/s3/springboot/AWS2S3ComponentConfiguration.java
@@ -24,7 +24,7 @@ import 
org.springframework.boot.context.properties.ConfigurationProperties;
 import software.amazon.awssdk.core.Protocol;
 
 /**
- * Store and retrie objects from AWS S3 Storage Service using AWS SDK version
+ * Store and retrieve objects from AWS S3 Storage Service using AWS SDK version
  * 2.x.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
diff --git a/docs/modules/ROOT/pages/list.adoc 
b/docs/modules/ROOT/pages/list.adoc
index 54db154..8a58882 100644
--- a/docs/modules/ROOT/pages/list.adoc
+++ b/docs/modules/ROOT/pages/list.adoc
@@ -105,7 +105,7 @@ Number of Camel components: 332 in 265 JAR artifacts (1 
deprecated)
 `aws2-mq:label` | 3.1 | Manage AWS MQ instances using AWS SDK version 2.x.
 
 | link:https://camel.apache.org/components/latest/aws2-s3-component.html[AWS 2 
S3 Storage Service] (camel-aws2-s3-starter) +
-`aws2-s3://bucketNameOrArn` | 3.2 | Store and retrie objects from AWS S3 
Storage Service using AWS SDK version 2.x.
+`aws2-s3://bucketNameOrArn` | 3.2 | Store and retrieve objects from AWS S3 
Storage Service using AWS SDK version 2.x.
 
 | link:https://camel.apache.org/components/latest/aws2-ses-component.html[AWS 
2 Simple Email Service (SES)] (camel-aws2-ses-starter) +
 `aws2-ses:from` | 3.1 | Send e-mails through AWS SES service using AWS SDK 
version 2.x.
@@ -159,7 +159,7 @@ Number of Camel components: 332 in 265 JAR artifacts (1 
deprecated)
 `aws-mq:label` | 2.21 | Manage AWS MQ instances.
 
 | link:https://camel.apache.org/components/latest/aws-s3-component.html[AWS S3 
Storage Service] (camel-aws-s3-starter) +
-`aws-s3://bucketNameOrArn` | 2.8 | Store and retrie objects from AWS S3 
Storage Service.
+`aws-s3://bucketNameOrArn` | 2.8 | Store and retrieve objects from AWS S3 
Storage Service.
 
 | link:https://camel.apache.org/components/latest/aws-ses-component.html[AWS 
Simple Email Service (SES)] (camel-aws-ses-starter) +
 `aws-ses:from` | 2.9 | Send e-mails through AWS SES service.

Reply via email to