This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.11.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 755ba90e980a9e5b0735730f81dfd6ce101b1dc5 Author: Andrea Cosentino <anco...@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.