You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/09/25 14:38:48 UTC

[camel] branch master updated (eb6ff21 -> d9353ff)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from eb6ff21  Regen
     new b89a227  Fixed the URI syntax for aws-s3 endpoint
     new c4e805c  Regn docs
     new d9353ff  Regen

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/java/org/apache/camel/component/aws/s3/S3Endpoint.java     | 2 +-
 components/readme.adoc                                                  | 2 +-
 .../org/apache/camel/builder/endpoint/dsl/S3EndpointBuilderFactory.java | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


[camel] 01/03: Fixed the URI syntax for aws-s3 endpoint

Posted by ac...@apache.org.
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 b89a2271d5f2738273c61430d67c95185dbcc7a1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 25 15:56:20 2019 +0200

    Fixed the URI syntax for aws-s3 endpoint
---
 .../src/main/java/org/apache/camel/component/aws/s3/S3Endpoint.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/S3Endpoint.java b/components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/S3Endpoint.java
index 7bb869f..cce94c7 100644
--- a/components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/S3Endpoint.java
+++ b/components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/S3Endpoint.java
@@ -45,7 +45,7 @@ import org.slf4j.LoggerFactory;
  * The aws-s3 component is used for storing and retrieving objecct from Amazon
  * S3 Storage Service.
  */
-@UriEndpoint(firstVersion = "2.8.0", scheme = "aws-s3", title = "AWS S3 Storage Service", syntax = "aws-s3:bucketNameOrArn", label = "cloud,file")
+@UriEndpoint(firstVersion = "2.8.0", scheme = "aws-s3", title = "AWS S3 Storage Service", syntax = "aws-s3://bucketNameOrArn", label = "cloud,file")
 public class S3Endpoint extends ScheduledPollEndpoint {
 
     private static final Logger LOG = LoggerFactory.getLogger(S3Endpoint.class);


[camel] 03/03: Regen

Posted by ac...@apache.org.
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 d9353ff580bf1e6d3069aa88ab3e331773929b5a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 25 16:32:51 2019 +0200

    Regen
---
 components/readme.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/readme.adoc b/components/readme.adoc
index 989e36b..c5fe78a 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -107,7 +107,7 @@ Number of Components: 301 in 239 JAR artifacts (0 deprecated)
 `aws-msk:label` | 3.0 | The aws-kms is used for managing Amazon KMS
 
 | link:camel-aws-s3/src/main/docs/aws-s3-component.adoc[AWS S3 Storage Service] (camel-aws-s3) +
-`aws-s3:bucketNameOrArn` | 2.8 | The aws-s3 component is used for storing and retrieving objecct from Amazon S3 Storage Service.
+`aws-s3://bucketNameOrArn` | 2.8 | The aws-s3 component is used for storing and retrieving objecct from Amazon S3 Storage Service.
 
 | link:camel-aws-ses/src/main/docs/aws-ses-component.adoc[AWS Simple Email Service] (camel-aws-ses) +
 `aws-ses:from` | 2.9 | The aws-ses component is used for sending emails with Amazon's SES service.


[camel] 02/03: Regn docs

Posted by ac...@apache.org.
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 c4e805c5f71f07435335f2f2dd58e772b6b66689
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 25 15:58:02 2019 +0200

    Regn docs
---
 .../org/apache/camel/builder/endpoint/dsl/S3EndpointBuilderFactory.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/S3EndpointBuilderFactory.java b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/S3EndpointBuilderFactory.java
index fb7f892..e5e7c17 100644
--- a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/S3EndpointBuilderFactory.java
+++ b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/S3EndpointBuilderFactory.java
@@ -2208,7 +2208,7 @@ public interface S3EndpointBuilderFactory {
      * Available as of version: 2.8
      * Maven coordinates: org.apache.camel:camel-aws-s3
      * 
-     * Syntax: <code>aws-s3:bucketNameOrArn</code>
+     * Syntax: <code>aws-s3://bucketNameOrArn</code>
      * 
      * Path parameter: bucketNameOrArn (required)
      * Bucket name or ARN