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 2021/07/19 11:43:52 UTC

[camel] branch main updated (a8724e7 -> cd47858)

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

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


    from a8724e7  Sync deps
     new 3e1f0df  CAMEL-16806 - AWS2 S3 Documentation contains references to obsolete AWS 1 API
     new 6e69a89  CAMEL-16806 - AWS2 S3 Documentation contains references to obsolete AWS 1 API
     new cd47858  CAMEL-16806 - AWS2 S3 Documentation contains references to obsolete AWS 1 API

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:
 .../resources/org/apache/camel/catalog/docs/aws2-s3-component.adoc  | 6 +++---
 .../camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc    | 6 +++---
 docs/components/modules/ROOT/pages/aws2-s3-component.adoc           | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

[camel] 02/03: CAMEL-16806 - AWS2 S3 Documentation contains references to obsolete AWS 1 API

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6e69a89849f8083327d1aee2200b4092bc72fdd6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 19 13:25:06 2021 +0200

    CAMEL-16806 - AWS2 S3 Documentation contains references to obsolete AWS 1 API
---
 components/camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc b/components/camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc
index ba027bc..f6e8ac4 100644
--- a/components/camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc
+++ b/components/camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc
@@ -271,7 +271,7 @@ aggregate this number of messages.
 |`CamelAwsS3StorageClass` |`String` |The storage class of this object.
 
 |`CamelAwsS3CannedAcl` |`String` |The canned acl that will be applied to the object. see
-`com.amazonaws.services.s3.model.CannedAccessControlList` for allowed
+`software.amazon.awssdk.services.s3.model.ObjectCannedACL` for allowed
 values.
 
 |`CamelAwsS3Acl` |`software.amazon.awssdk.services.s3.model.BucketCannedACL` |A well constructed Amazon S3 Access Control List object.

[camel] 01/03: CAMEL-16806 - AWS2 S3 Documentation contains references to obsolete AWS 1 API

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3e1f0df8025f7e7cb2267f282bb021b5dc774a63
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 19 13:24:11 2021 +0200

    CAMEL-16806 - AWS2 S3 Documentation contains references to obsolete AWS 1 API
---
 .../camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc b/components/camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc
index f7e850b..ba027bc 100644
--- a/components/camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc
+++ b/components/camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc
@@ -274,8 +274,8 @@ aggregate this number of messages.
 `com.amazonaws.services.s3.model.CannedAccessControlList` for allowed
 values.
 
-|`CamelAwsS3Acl` |`com.amazonaws.services.s3.model.AccessControlList` |A well constructed Amazon S3 Access Control List object.
-see `com.amazonaws.services.s3.model.AccessControlList` for more details
+|`CamelAwsS3Acl` |`software.amazon.awssdk.services.s3.model.BucketCannedACL` |A well constructed Amazon S3 Access Control List object.
+see `software.amazon.awssdk.services.s3.model.BucketCannedACL` for more details
 
 |`CamelAwsS3Headers` |`Map<String,String>` |Support to get or set custom objectMetadata headers.
 

[camel] 03/03: CAMEL-16806 - AWS2 S3 Documentation contains references to obsolete AWS 1 API

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit cd4785866a1be34b8139325df1e9e18dbcd506e3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 19 13:27:25 2021 +0200

    CAMEL-16806 - AWS2 S3 Documentation contains references to obsolete AWS 1 API
---
 .../resources/org/apache/camel/catalog/docs/aws2-s3-component.adoc  | 6 +++---
 docs/components/modules/ROOT/pages/aws2-s3-component.adoc           | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-s3-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-s3-component.adoc
index f7e850b..f6e8ac4 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-s3-component.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-s3-component.adoc
@@ -271,11 +271,11 @@ aggregate this number of messages.
 |`CamelAwsS3StorageClass` |`String` |The storage class of this object.
 
 |`CamelAwsS3CannedAcl` |`String` |The canned acl that will be applied to the object. see
-`com.amazonaws.services.s3.model.CannedAccessControlList` for allowed
+`software.amazon.awssdk.services.s3.model.ObjectCannedACL` for allowed
 values.
 
-|`CamelAwsS3Acl` |`com.amazonaws.services.s3.model.AccessControlList` |A well constructed Amazon S3 Access Control List object.
-see `com.amazonaws.services.s3.model.AccessControlList` for more details
+|`CamelAwsS3Acl` |`software.amazon.awssdk.services.s3.model.BucketCannedACL` |A well constructed Amazon S3 Access Control List object.
+see `software.amazon.awssdk.services.s3.model.BucketCannedACL` for more details
 
 |`CamelAwsS3Headers` |`Map<String,String>` |Support to get or set custom objectMetadata headers.
 
diff --git a/docs/components/modules/ROOT/pages/aws2-s3-component.adoc b/docs/components/modules/ROOT/pages/aws2-s3-component.adoc
index 8b2863a..b3aa2a9 100644
--- a/docs/components/modules/ROOT/pages/aws2-s3-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-s3-component.adoc
@@ -273,11 +273,11 @@ aggregate this number of messages.
 |`CamelAwsS3StorageClass` |`String` |The storage class of this object.
 
 |`CamelAwsS3CannedAcl` |`String` |The canned acl that will be applied to the object. see
-`com.amazonaws.services.s3.model.CannedAccessControlList` for allowed
+`software.amazon.awssdk.services.s3.model.ObjectCannedACL` for allowed
 values.
 
-|`CamelAwsS3Acl` |`com.amazonaws.services.s3.model.AccessControlList` |A well constructed Amazon S3 Access Control List object.
-see `com.amazonaws.services.s3.model.AccessControlList` for more details
+|`CamelAwsS3Acl` |`software.amazon.awssdk.services.s3.model.BucketCannedACL` |A well constructed Amazon S3 Access Control List object.
+see `software.amazon.awssdk.services.s3.model.BucketCannedACL` for more details
 
 |`CamelAwsS3Headers` |`Map<String,String>` |Support to get or set custom objectMetadata headers.