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

acosentino pushed a commit to branch aws-sdk-2.20.155
in repository https://gitbox.apache.org/repos/asf/camel.git

commit e02f3b922fa96bea9845814b3ac1e0fa2af423f6
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Sep 27 09:11:45 2023 +0200

    Upgrade AWS SDK v2 to version 2.20.155
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 .../resources/org/apache/camel/catalog/components/aws2-s3.json          | 2 +-
 .../generated/resources/org/apache/camel/component/aws2/s3/aws2-s3.json | 2 +-
 parent/pom.xml                                                          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-s3.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-s3.json
index 64acc54a749..a794e1441bf 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-s3.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-s3.json
@@ -100,7 +100,7 @@
     "CamelAwsS3Operation": { "index": 16, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The operation to perform. Permitted values are 
copyObject, deleteObject, listBuckets, deleteBucket, listObjects", 
"constantName": 
"org.apache.camel.component.aws2.s3.AWS2S3Constants#S3_OPERATION" },
     "CamelAwsS3ServerSideEncryption": { "index": 17, "kind": "header", 
"displayName": "", "group": "common", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Sets the server-side encryption 
algorithm when encrypting the object using AWS-managed keys. For example use 
AES256.", "constantName": 
"org.apache.camel.component.aws2.s3.AWS2S3Constants#SERVER_SIDE_ENCRYPTION" },
     "CamelAwsS3ExpirationTime": { "index": 18, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "If the object expiration is configured 
(see PUT Bucket lifecycle), the response includes this header.", 
"constantName": 
"org.apache.camel.component.aws2.s3.AWS2S3Constants#EXPIRATION_TIME" },
-    "CamelAwsS3ReplicationStatus": { "index": 19, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "software.amazon.awssdk.services.s3.model.ReplicationStatus", 
"enum": [ "COMPLETE", "PENDING", "FAILED", "REPLICA", "null" ], "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "Amazon S3 can return this if your request involves a bucket 
that is either a source or destination in a repli [...]
+    "CamelAwsS3ReplicationStatus": { "index": 19, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "software.amazon.awssdk.services.s3.model.ReplicationStatus", 
"enum": [ "COMPLETE", "PENDING", "FAILED", "REPLICA", "COMPLETED", "null" ], 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Amazon S3 can return this if your request involves a 
bucket that is either a source or destinati [...]
     "CamelAwsS3RangeStart": { "index": 20, "kind": "header", "displayName": 
"", "group": "producer", "label": "producer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The position of the first byte to get", 
"constantName": 
"org.apache.camel.component.aws2.s3.AWS2S3Constants#RANGE_START" },
     "CamelAwsS3RangeEnd": { "index": 21, "kind": "header", "displayName": "", 
"group": "producer", "label": "producer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The position of the last byte to get", 
"constantName": "org.apache.camel.component.aws2.s3.AWS2S3Constants#RANGE_END" 
},
     "CamelAwsS3DowloadLinkExpirationTime": { "index": 22, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "Long", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The expiration time of the download 
link in milliseconds", "constantName": 
"org.apache.camel.component.aws2.s3.AWS2S3Constants#DOWNLOAD_LINK_EXPIRATION_TIME"
 },
diff --git 
a/components/camel-aws/camel-aws2-s3/src/generated/resources/org/apache/camel/component/aws2/s3/aws2-s3.json
 
b/components/camel-aws/camel-aws2-s3/src/generated/resources/org/apache/camel/component/aws2/s3/aws2-s3.json
index 64acc54a749..a794e1441bf 100644
--- 
a/components/camel-aws/camel-aws2-s3/src/generated/resources/org/apache/camel/component/aws2/s3/aws2-s3.json
+++ 
b/components/camel-aws/camel-aws2-s3/src/generated/resources/org/apache/camel/component/aws2/s3/aws2-s3.json
@@ -100,7 +100,7 @@
     "CamelAwsS3Operation": { "index": 16, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The operation to perform. Permitted values are 
copyObject, deleteObject, listBuckets, deleteBucket, listObjects", 
"constantName": 
"org.apache.camel.component.aws2.s3.AWS2S3Constants#S3_OPERATION" },
     "CamelAwsS3ServerSideEncryption": { "index": 17, "kind": "header", 
"displayName": "", "group": "common", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Sets the server-side encryption 
algorithm when encrypting the object using AWS-managed keys. For example use 
AES256.", "constantName": 
"org.apache.camel.component.aws2.s3.AWS2S3Constants#SERVER_SIDE_ENCRYPTION" },
     "CamelAwsS3ExpirationTime": { "index": 18, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "If the object expiration is configured 
(see PUT Bucket lifecycle), the response includes this header.", 
"constantName": 
"org.apache.camel.component.aws2.s3.AWS2S3Constants#EXPIRATION_TIME" },
-    "CamelAwsS3ReplicationStatus": { "index": 19, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "software.amazon.awssdk.services.s3.model.ReplicationStatus", 
"enum": [ "COMPLETE", "PENDING", "FAILED", "REPLICA", "null" ], "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "Amazon S3 can return this if your request involves a bucket 
that is either a source or destination in a repli [...]
+    "CamelAwsS3ReplicationStatus": { "index": 19, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "software.amazon.awssdk.services.s3.model.ReplicationStatus", 
"enum": [ "COMPLETE", "PENDING", "FAILED", "REPLICA", "COMPLETED", "null" ], 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Amazon S3 can return this if your request involves a 
bucket that is either a source or destinati [...]
     "CamelAwsS3RangeStart": { "index": 20, "kind": "header", "displayName": 
"", "group": "producer", "label": "producer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The position of the first byte to get", 
"constantName": 
"org.apache.camel.component.aws2.s3.AWS2S3Constants#RANGE_START" },
     "CamelAwsS3RangeEnd": { "index": 21, "kind": "header", "displayName": "", 
"group": "producer", "label": "producer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The position of the last byte to get", 
"constantName": "org.apache.camel.component.aws2.s3.AWS2S3Constants#RANGE_END" 
},
     "CamelAwsS3DowloadLinkExpirationTime": { "index": 22, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "Long", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The expiration time of the download 
link in milliseconds", "constantName": 
"org.apache.camel.component.aws2.s3.AWS2S3Constants#DOWNLOAD_LINK_EXPIRATION_TIME"
 },
diff --git a/parent/pom.xml b/parent/pom.xml
index edf700c1ae4..9f802ddf1f6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -68,7 +68,7 @@
         <avro-ipc-jetty-version>1.11.2</avro-ipc-jetty-version>
         <avro-ipc-netty-version>1.11.2</avro-ipc-netty-version>
         <awaitility-version>4.2.0</awaitility-version>
-        <aws-java-sdk2-version>2.20.154</aws-java-sdk2-version>
+        <aws-java-sdk2-version>2.20.155</aws-java-sdk2-version>
         <aws-xray-version>2.14.0</aws-xray-version>
         <azure-sdk-bom-version>1.2.16</azure-sdk-bom-version>
         
<azure-storage-blob-changefeed-version>12.0.0-beta.18</azure-storage-blob-changefeed-version>

Reply via email to