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 3daa39ddb043fa4760990d9676935ea9c2aeea59 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Jun 17 11:05:16 2021 +0200 CAMEL-16720 - camel-aws - Component title - remove the using AWS SDK version 2.x. - AWS S3 --- .../main/java/org/apache/camel/component/aws2/s3/AWS2S3Endpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Endpoint.java b/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Endpoint.java index 2035735..33544be 100644 --- a/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Endpoint.java +++ b/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Endpoint.java @@ -40,7 +40,7 @@ import software.amazon.awssdk.services.s3.model.PutBucketPolicyRequest; /** * Store and retrieve objects from AWS S3 Storage Service using AWS SDK version 2.x. */ -@UriEndpoint(firstVersion = "3.2.0", scheme = "aws2-s3", title = "AWS 2 S3 Storage Service", +@UriEndpoint(firstVersion = "3.2.0", scheme = "aws2-s3", title = "AWS S3 Storage Service", syntax = "aws2-s3://bucketNameOrArn", category = { Category.CLOUD, Category.FILE }) public class AWS2S3Endpoint extends ScheduledPollEndpoint {
